Chilp.it URL Shortener
This extension helps to shrink your large URLs.
Qu'est-ce que Chilp.it URL Shortener ?
Chilp.it URL Shortener est une extension Chrome développée par Chilp Media Group, et sa fonction principale est "This extension helps to shrink your large URLs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chilp.it URL Shortener
Téléchargez les fichiers d'extension Chilp.it URL Shortener 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
This is the official Chrome extension for the Chilp.it URL shortener. You can can create short URLs of the current page by clicking the extension symbol or pressing the keyboard shortcut Alt+Shift+C. You can create short URLs of all links in the page by right clicking and choosing "Create shortlink" from the context menu. Shortlinks will be copied to your clipboard instantly. Happy shortening.
Informations de Base sur l'Extension
Nom | |
ID | jdlddbgjpiammojoflhimhfbgindkblj |
URL Officiel | https://chromewebstore.google.com/detail/chilpit-url-shortener/jdlddbgjpiammojoflhimhfbgindkblj |
Description | This extension helps to shrink your large URLs. |
Taille du Fichier | 26.56 KB |
Nombre d'Installations | 43 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-01-03 |
Date de Publication | 2017-01-03 |
Développeur | Chilp Media Group |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://chilp.it/tp.htm |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chilp.it URL Shortener", "description": "This extension helps to shrink your large URLs.", "version": "1.0", "browser_action": { "default_icon": "chilpIcon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "http:\/\/chilp.it\/", "contextMenus", "clipboardWrite" ], "icons": { "16": "chilpIcon16.png", "128": "chilpIcon128.png" }, "commands": { "copyPageShortlinkToClipboard": { "suggested_key": { "default": "Alt+Shift+C", "mac": "Alt+Shift+C" }, "description": "shorten the current page url and copy the shortlink to the clipboard" } } } |