Simple URL Shortener
This extension shows Shortened URL For the current webpage
¿Qué es Simple URL Shortener?
Simple URL Shortener es una extensión de Chrome desarrollada por Vishal Goyal, y su función principal es "This extension shows Shortened URL For the current webpage".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Simple URL Shortener
Descarga archivos de extensión Simple 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 a 100% Ad Free Private URL Shortener which provides more useful features like optional Password Protection, Complete Analytics to Track each and every user who clicks a link. Our system allows you to track everything. Whether it is the amount of clicks, the country or the referrer, the data is there. Above all, it is 100% free - http://k2g.co
Información Básica de la Extensión
Nombre | Simple URL Shortener |
ID | cjifcphacfcmdmlgekkbhchcapdhgddi |
URL Oficial | https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi |
Descripción | This extension shows Shortened URL For the current webpage |
Tamaño del Archivo | 13.83 KB |
Cantidad de Instalaciones | 121 |
Versión Actual | 2.0 |
Última Actualización | 2015-10-17 |
Fecha de Publicación | 2015-10-16 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | Vishal Goyal |
Tipo de Pago | free |
Sitio Web de la Extensión | http://k2g.co |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple URL Shortener", "description": "This extension shows Shortened URL For the current webpage", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "http:\/\/*\/", "https:\/\/*\/" ] } |