Creating clipboard Chrome extension

I would like to make a clipboard Chrome extension for the department where I am currently work as a contribution. The clipboard should have storing data function and timeline shown as well. Can I be possibly made?? is it easy or difficult?

I don’t think it is difficult as long as you get the correct permissions. But I’m not sure if the old API is deprecated for extensions or just some apps.

https://developer.chrome.com/docs/extensions/reference/clipboard/
https://developer.chrome.com/docs/apps/migration/#clipboard
https://web.dev/async-clipboard/

I would look at existing extension code to see how they do it.

What type of data? I think there are limitations on what you can copy and paste. Mainly images and text should work.

I would like to make a clipboard Chrome extension for the department where I am currently work as a contribution. The clipboard should have storing data function and timeline shown as well. Here is the existing app that I would like to make like.

There are timers shown right next to copied context.

You can look at the extension code to learn from it.

AppData\Local\Google\Chrome\User Data\Default\Extensions\ajiejmhbejpdgkkigpddefnjmgcbkenk\3.16.1_0

Other than that you will have to read the docs and figure out which APIs you need to use and just in general how to make an extension.

I am actually looking for someone who can help me closely. Can I contact you by email regarding this app development?? I have some questions to ask you personally if that is okay. Or any personal vlog or SNS.

this forum is not the place to hire someone, if that’s what you want you may need to seach somewhere else

As said that is not what this forum is for. But you can post questions about your code if you need help. Also, it sounded like you wanted to make the extension so I don’t see why you would let someone else code it for you.

Thank you so much for clarifying the fact. I will be working on it and reach out to this forum if I have any following questions!

I appreciate your advice! that would be the 2nd option that came to my mind!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.