URL Copy
This extension will copy the current tab's URL to your clipboard.
Wat is URL Copy?
URL Copy is een Chrome-extensie ontwikkeld door tubaguy50035, en de belangrijkste functie is "This extension will copy the current tab's URL to your clipboard.".
Download het CRX-bestand van de extensie URL Copy
Download URL Copy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows you to copy the URL of your active tab with one click!
Basisinformatie over de Extensie
Naam | |
ID | ipdfpenpabfdkmiegmhmfpoadnbddelj |
Officiële URL | https://chrome.google.com/webstore/detail/url-copy/ipdfpenpabfdkmiegmhmfpoadnbddelj |
Beschrijving | This extension will copy the current tab's URL to your clipboard. |
Bestandsgrootte | 9.95 KB |
Aantal Installaties | 103 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-12-11 |
Publicatiedatum | 2013-12-11 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | tubaguy50035 |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |