Clip URL
Extension for copying site URL and title.
Wat is Clip URL?
Clip URL is een Chrome-extensie ontwikkeld door Shoichi Hirakawa, en de belangrijkste functie is "Extension for copying site URL and title.".
Extensie Screenshots
Download het CRX-bestand van de extensie Clip URL
Download Clip 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
https://github.com/ShoichiHirakawa/ClipURL
Basisinformatie over de Extensie
Naam | Clip URL |
ID | ekjhhgpblclddoaalhfphgfhhgpifmie |
Officiële URL | https://chromewebstore.google.com/detail/clip-url/ekjhhgpblclddoaalhfphgfhhgpifmie |
Beschrijving | Extension for copying site URL and title. |
Bestandsgrootte | 114 KB |
Aantal Installaties | 32 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-01-23 |
Publicatiedatum | 2019-01-23 |
Ontwikkelaar | Shoichi Hirakawa |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clip URL", "description": "Extension for copying site URL and title.", "version": "1.2", "icons": { "16": "images\/icon\/icon_16.png", "48": "images\/icon\/icon_48.png", "128": "images\/icon\/icon_128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "48": "images\/icon\/icon_48.png" }, "default_title": "Clip URL" } } |