Copy title & URL
Copy title & URL
Wat is Copy title & URL?
Copy title & URL is een Chrome-extensie ontwikkeld door hogewest, en de belangrijkste functie is "Copy title & URL".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy title & URL
Download Copy title & 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 the title and URL of an open page.
Basisinformatie over de Extensie
Naam | Copy title & URL |
ID | eblnmkhlnpnmdhbgldnhkclgplkaibmn |
Officiële URL | https://chromewebstore.google.com/detail/copy-title-url/eblnmkhlnpnmdhbgldnhkclgplkaibmn |
Beschrijving | Copy title & URL |
Bestandsgrootte | 7.99 KB |
Aantal Installaties | 485 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2019-02-07 |
Publicatiedatum | 2019-02-07 |
Beoordeling | 4.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | hogewest |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/hogewest/copy-title-and-url |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy title & URL", "version": "1.0.1", "description": "Copy title & URL", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "bg.js" ], "persistent": false }, "browser_action": { "default_title": "Copy title & URL" }, "permissions": [ "activeTab", "clipboardWrite" ] } |