URL Copy
This extension will copy the current tab's URL to your clipboard.
Vad är URL Copy?
URL Copy är en Chrome-tillägg utvecklad av tubaguy50035, och dess huvudfunktion är "This extension will copy the current tab's URL to your clipboard.".
Ladda ner URL Copy-förlängningens CRX-fil
Ladda ner URL Copy-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 allows you to copy the URL of your active tab with one click!
Grundläggande Information om Tillägg
Namn | |
ID | ipdfpenpabfdkmiegmhmfpoadnbddelj |
Officiell webbadress | https://chrome.google.com/webstore/detail/url-copy/ipdfpenpabfdkmiegmhmfpoadnbddelj |
Beskrivning | This extension will copy the current tab's URL to your clipboard. |
Filstorlek | 9.95 KB |
Antal Installationer | 103 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2013-12-11 |
Publiceringsdatum | 2013-12-11 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | tubaguy50035 |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Copy", "description": "This extension will copy the current tab's URL to your clipboard.", "version": "1.0", "permissions": [ "tabs", "clipboardWrite" ], "background": { "scripts": [ "bg.js" ], "pages": [ "background.html" ] }, "browser_action": { "default_title": "", "default_icon": "19.png" }, "icons": { "128": "icon.png" } } |