Shortest URL Shortener
Shortest URL Shortener - created von Marketingradar.de
O que é Shortest URL Shortener?
Shortest URL Shortener é uma extensão do Chrome desenvolvida por https://mediaworx.com, e sua principal característica é "Shortest URL Shortener - created von Marketingradar.de".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Shortest URL Shortener
Baixe arquivos de extensão Shortest URL Shortener no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Shortest URL Shortener |
ID | kocefagidbbcdghmdnhndemdjpjjdngj |
URL Oficial | https://chromewebstore.google.com/detail/shortest-url-shortener/kocefagidbbcdghmdnhndemdjpjjdngj |
Descrição | Shortest URL Shortener - created von Marketingradar.de |
Tamanho do Arquivo | 13.13 KB |
Contagem de Instalações | 76 |
Versão Atual | 0.3 |
Última Atualização | 2018-12-14 |
Data de Publicação | 2018-12-13 |
Desenvolvedor | https://mediaworx.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://mediaworx.com |
URL da Página de Ajuda | https://marketingradar.de |
Idiomas Suportados | 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" } |