Shortest URL Shortener
Shortest URL Shortener - created von Marketingradar.de
¿Qué es Shortest URL Shortener?
Shortest URL Shortener es una extensión de Chrome desarrollada por https://mediaworx.com, y su función principal es "Shortest URL Shortener - created von Marketingradar.de".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Shortest URL Shortener
Descarga archivos de extensión Shortest 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 shortest URL shortener ever - well, the one of the shortest, and, btw. the one of the most simple. It needs just one single mouse click - and the URL of the current website is copied into the clipboard. Nothing more, nothing less - enjoy the simplicity!
Información Básica de la Extensión
Nombre | Shortest URL Shortener |
ID | kocefagidbbcdghmdnhndemdjpjjdngj |
URL Oficial | https://chromewebstore.google.com/detail/shortest-url-shortener/kocefagidbbcdghmdnhndemdjpjjdngj |
Descripción | Shortest URL Shortener - created von Marketingradar.de |
Tamaño del Archivo | 13.13 KB |
Cantidad de Instalaciones | 76 |
Versión Actual | 0.3 |
Última Actualización | 2018-12-14 |
Fecha de Publicación | 2018-12-13 |
Desarrollador | https://mediaworx.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://mediaworx.com |
URL de la Página de Ayuda | https://marketingradar.de |
Idiomas Soportados | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "icon-128.png", "default_popup": "popup.html" }, "description": "Shortest URL Shortener - created von Marketingradar.de", "homepage_url": "https:\/\/marketingradar.de", "short_name": "Shortest URL Shortener", "author": "Evgeniy Orlov, [email protected]", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "name": "Shortest URL Shortener", "permissions": [ "tabs", "http:\/\/*\/", "http:\/\/v.gd\/*", "https:\/\/v.gd\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.3" } |