mub.me URL shortener
Easily shorten links with a click of a button!
Cos'è mub.me URL shortener?
mub.me URL shortener è un'estensione di Chrome sviluppata da http://mub.me, e la sua funzione principale è "Easily shorten links with a click of a button!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione mub.me URL shortener
Scarica i file di estensione mub.me URL shortener in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Easily shorten links with a click of a button! Track your link with advanced statistics! Home Page: https://mub.me
Informazioni di Base sull'Estensione
Nome | |
ID | mhkeneekolcgmipnldfdiapdgjggoamo |
URL Ufficiale | https://chrome.google.com/webstore/detail/mubme-url-shortener/mhkeneekolcgmipnldfdiapdgjggoamo |
Descrizione | Easily shorten links with a click of a button! |
Dimensione del File | 54.81 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2020-08-14 |
Data di Pubblicazione | 2020-06-22 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://mub.me |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://mub.me |
URL della Pagina di Aiuto | https://mub.me/page/contact |
URL della Pagina della Politica sulla Privacy | https://mub.me/page/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mub.me URL shortener", "version": "1.2", "description": "Easily shorten links with a click of a button!", "manifest_version": 2, "offline_enabled": false, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "assets\/images\/icon16.png", "default_title": "Click to shorten the current page link" }, "permissions": [ "https:\/\/mub.me\/api", "http:\/\/mub.me\/api", "tabs", "storage", "activeTab" ], "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "128": "assets\/images\/icon128.png" } } |