Clicker
Extension for getting current url in short form via clck.ru service
Qu'est-ce que Clicker ?
Clicker est une extension Chrome développée par Ray, et sa fonction principale est "Extension for getting current url in short form via clck.ru service".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clicker
Téléchargez les fichiers d'extension Clicker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
With this extension you can get current url of opened tab in short form via clck.ru service.(Thanks Bobuk for this nice service) Changes in v0.2: 1) Clicker icon have transparent background 2) Short link is automatically copied to the clipboard Changes in v0.3: If select any part of text on the page and to call the Clicker extension, then selected text with short link will be copied in Clicker's input field and all this will be copied into the clipboard. If not selected nothing, then will be copied only short link. Clicker v0.3.2 - small bugfix. Clicker v0.3.4 - small fix. Clicker v0.3.4.1 - manifest updates.
Informations de Base sur l'Extension
Nom | Clicker |
ID | oonhhnhddmkflmkhoekflgloclaedocn |
URL Officiel | https://chromewebstore.google.com/detail/clicker/oonhhnhddmkflmkhoekflgloclaedocn |
Description | Extension for getting current url in short form via clck.ru service |
Taille du Fichier | 32.98 KB |
Nombre d'Installations | 445 |
Version Actuelle | 0.3.4.1 |
Dernière Mise à Jour | 2013-06-26 |
Date de Publication | 2013-06-25 |
Évaluation | 4.15/5 Total 20 Évaluations |
Développeur | Ray |
Type de Paiement | free |
URL de la Page d'Aide | http://twitter.com/i__Ray |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clicker", "version": "0.3.4.1", "description": "Extension for getting current url in short form via clck.ru service", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |