Chilp.it URL Shortener
This extension helps to shrink your large URLs.
¿Qué es Chilp.it URL Shortener?
Chilp.it URL Shortener es una extensión de Chrome desarrollada por Chilp Media Group, y su función principal es "This extension helps to shrink your large URLs.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Chilp.it URL Shortener
Descarga archivos de extensión Chilp.it URL Shortener en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | jdlddbgjpiammojoflhimhfbgindkblj |
URL Oficial | https://chromewebstore.google.com/detail/chilpit-url-shortener/jdlddbgjpiammojoflhimhfbgindkblj |
Descripción | This extension helps to shrink your large URLs. |
Tamaño del Archivo | 26.56 KB |
Cantidad de Instalaciones | 43 |
Versión Actual | 1.0 |
Última Actualización | 2017-01-03 |
Fecha de Publicación | 2017-01-03 |
Desarrollador | Chilp Media Group |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | http://chilp.it/tp.htm |
Idiomas Soportados | 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" } } } |