Copy All Urls
This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
Vad är Copy All Urls?
Copy All Urls är en Chrome-tillägg utvecklad av kdmsnr, och dess huvudfunktion är "This extension copies all url on the current window to the clipboard. You can set the format up at option menu.".
Tilläggsskärmbilder
Ladda ner Copy All Urls-förlängningens CRX-fil
Ladda ner Copy All Urls-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
Grundläggande Information om Tillägg
Namn | Copy All Urls |
ID | iiagcalhlpmgdipdcikkjiliaankcagj |
Officiell webbadress | https://chromewebstore.google.com/detail/copy-all-urls/iiagcalhlpmgdipdcikkjiliaankcagj |
Beskrivning | This extension copies all url on the current window to the clipboard. You can set the format up at option menu. |
Filstorlek | 5.27 KB |
Antal Installationer | 3,801 |
Aktuell Version | 0.2.7 |
Senast Uppdaterad | 2013-06-25 |
Publiceringsdatum | 2013-06-25 |
Betyg | 4.00/5 Totalt 40 Betyg |
Utvecklare | kdmsnr |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://github.com/kdmsnr/chrome_extensions/tree/master/copy_all_urls/ |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy All Urls", "version": "0.2.7", "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs" ] } |