Chilp.it URL Shortener
This extension helps to shrink your large URLs.
Wat is Chilp.it URL Shortener?
Chilp.it URL Shortener is een Chrome-extensie ontwikkeld door Chilp Media Group, en de belangrijkste functie is "This extension helps to shrink your large URLs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Chilp.it URL Shortener
Download Chilp.it URL Shortener-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
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.
Basisinformatie over de Extensie
Naam | |
ID | jdlddbgjpiammojoflhimhfbgindkblj |
Officiële URL | https://chromewebstore.google.com/detail/chilpit-url-shortener/jdlddbgjpiammojoflhimhfbgindkblj |
Beschrijving | This extension helps to shrink your large URLs. |
Bestandsgrootte | 26.56 KB |
Aantal Installaties | 43 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-01-03 |
Publicatiedatum | 2017-01-03 |
Ontwikkelaar | Chilp Media Group |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://chilp.it/tp.htm |
Ondersteunde Talen | 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" } } } |