I want an extension for Chrome that when clicked on, displays a dropdown list of copyable editable text. When you click on a line, it auto-copies it, and when you right click on it, you can edit it.

There are some images that I'd like to use often, but I'd rather not go fetch their URLs every time.
Are you familiar with right clicking and selecting copy image URL?

comicIDIOT wrote:
Are you familiar with right clicking and selecting copy image URL?



Mhm. But that requires me to find the actual image, and if it's not around, I have to go fetch it.
So, you want the extension to return a list of images on the page or will it basically be a clipboard with entries that can be copied and editing by clicking?
comicIDIOT wrote:
So, you want the extension to return a list of images on the page or will it basically be a clipboard with entries that can be copied and editing by clicking?


Clipboard with a list of entries that can be copied and edited by clicking or rightclicking.
Ah, that's where I initially misunderstood you. Someone should be able to help you when they read the topic Smile
Its not chrome specific but should do what you want it too. http://sourceforge.net/projects/wlipper/
Look through these pages: http://code.google.com/chrome/extensions/getstarted.html
http://code.google.com/chrome/extensions/manifest.html#permissions
To copy text to the clipboard, use document.execCommand('copy') and to paste it use document.execCommand('paste'). You'll also need to use the clipboardRead and clipboardWrite permissions.
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement