Copy Page URL
Copy Page URL from context menu or toolbar
Wat is Copy Page URL?
Copy Page URL is een Chrome-extensie ontwikkeld door alex7kom, en de belangrijkste functie is "Copy Page URL from context menu or toolbar".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy Page URL
Download Copy Page URL-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
Copy Page URL from the context menu or by clicking on the toolbar icon.
Basisinformatie over de Extensie
Naam | |
ID | dobnehimlklapeengfdlhdkpijhjdkag |
Officiële URL | https://chrome.google.com/webstore/detail/copy-page-url/dobnehimlklapeengfdlhdkpijhjdkag |
Beschrijving | Copy Page URL from context menu or toolbar |
Bestandsgrootte | 23.37 KB |
Aantal Installaties | 1,105 |
Huidige Versie | 0.7 |
Laatst Bijgewerkt | 2020-11-20 |
Publicatiedatum | 2020-01-19 |
Beoordeling | 4.67/5 Totaal 12 Beoordelingen |
Ontwikkelaar | alex7kom |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/alex7kom/Copy-Page-URL |
URL van de Privacybeleid Pagina | https://github.com/alex7kom/Copy-Page-URL/blob/master/PRIVACY_POLICY.md |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Page URL", "description": "Copy Page URL from context menu or toolbar", "version": "0.7", "permissions": [ "activeTab", "clipboardWrite", "contextMenus", "storage" ], "icons": { "16": "copy_black_16.png", "128": "copy_black_128.png" }, "browser_action": [], "background": { "scripts": [ "defaults.js", "bg.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "manifest_version": 2 } |