Fast URL Shortener
Fast and simple shorten of current tab urls with direct sharing options.
¿Qué es Fast URL Shortener?
Fast URL Shortener es una extensión de Chrome desarrollada por https://www.shar3.nl, y su función principal es "Fast and simple shorten of current tab urls with direct sharing options.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Fast URL Shortener
Descarga archivos de extensión Fast 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
Simple shortening your current url by one mouseclick. When the shortlink shows up, its also copied to your clipboard. Update: Added twitter and facebook icon to share the shorturl directly via these websites. Update: We have rebuild it completely. Works much more faster!
Información Básica de la Extensión
Nombre | Fast URL Shortener |
ID | hnkpbdkcmbohhidigjoomkccgkaefpgi |
URL Oficial | https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi |
Descripción | Fast and simple shorten of current tab urls with direct sharing options. |
Tamaño del Archivo | 35.64 KB |
Cantidad de Instalaciones | 218 |
Versión Actual | 2.0.3 |
Última Actualización | 2014-02-13 |
Fecha de Publicación | 2014-02-13 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | https://www.shar3.nl |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.shar3.nl |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fast URL Shortener", "version": "2.0.3", "manifest_version": 2, "description": "Fast and simple shorten of current tab urls with direct sharing options.", "browser_action": { "default_title": "Short and share url", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |