Copy Link
Chrome extension to copy the link of the current page.
Wat is Copy Link?
Copy Link is een Chrome-extensie ontwikkeld door chick307, en de belangrijkste functie is "Chrome extension to copy the link of the current page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy Link
Download Copy Link-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 helps you to copy the link of the current page. Basisinformatie over de Extensie
| Naam | |
| ID | odhbmnlhdmbcacdoopohcddanplmmljd |
| Officiële URL | https://chromewebstore.google.com/detail/copy-link/odhbmnlhdmbcacdoopohcddanplmmljd |
| Beschrijving | Chrome extension to copy the link of the current page. |
| Bestandsgrootte | 67.58 KB |
| Aantal Installaties | 18 |
| Huidige Versie | 1.2.0 |
| Laatst Bijgewerkt | 2021-08-03 |
| Publicatiedatum | 2020-02-09 |
| Ontwikkelaar | chick307 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Copy Link",
"version": "1.2.0",
"description": "Chrome extension to copy the link of the current page.",
"browser_action": {
"default_icon": {
"32": "assets\/images\/browser-action-32.png",
"64": "assets\/images\/browser-action-64.png"
},
"default_popup": "views\/popup.html",
"default_title": "Copy Link"
},
"content_security_policy": "default-src 'self'",
"icons": {
"64": "assets\/images\/icon-64.png",
"128": "assets\/images\/icon-128.png"
},
"minimum_chrome_version": "79",
"permissions": [
"activeTab"
]
} | |