Mini URL - The URL shortener
Shortens the current url and copies it to clipboard
¿Qué es Mini URL - The URL shortener?
Mini URL - The URL shortener es una extensión de Chrome desarrollada por miniurl2016, y su función principal es "Shortens the current url and copies it to clipboard".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Mini URL - The URL shortener
Descarga archivos de extensión Mini URL - The 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
Mini URL is a url shortener. It is a simple chrome extension that, when clicked, shortens the current URL and copies the shortened url to the clipboard. Mini url uses the Google URL shortener service https://goo.gl/ as the backend. Using the extension is simple: just click the Mini URL icon, a tiny version of the current url is created and sent to the clipboard. To use the short url, just paste!
Información Básica de la Extensión
Nombre | Mini URL - The URL shortener |
ID | oikjbfhojbdndgcjkjeccfelofhihdai |
URL Oficial | https://chromewebstore.google.com/detail/mini-url-the-url-shortene/oikjbfhojbdndgcjkjeccfelofhihdai |
Descripción | Shortens the current url and copies it to clipboard |
Tamaño del Archivo | 850 KB |
Cantidad de Instalaciones | 170 |
Versión Actual | 1.1 |
Última Actualización | 2016-02-26 |
Fecha de Publicación | 2016-02-26 |
Calificación | 4.50/5 Total de 8 Calificaciones |
Desarrollador | miniurl2016 |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mini URL - The URL shortener", "short_name": "Mini URL", "description": "Shortens the current url and copies it to clipboard", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "clipboardWrite", "https:\/\/www.googleapis.com\/" ] } |