Best URL Shortener
Convert long URLs or Links of websites to short and friendly ones.
Cos'è Best URL Shortener?
Best URL Shortener è un'estensione di Chrome sviluppata da Wilson, e la sua funzione principale è "Convert long URLs or Links of websites to short and friendly ones.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Best URL Shortener
Scarica i file di estensione Best 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
The best URL shortening service that is fast, simple and efficient. No need to sign-up and unlimited links! For any issues, errors, bugs and enhancements, please raise your request at http://tiny.cc/exthelp. Security:- All links are carefully verified and checked before generating short url.
Informazioni di Base sull'Estensione
Nome | Best URL Shortener |
ID | jhcjblhckchiedihkfkgjaghggbcmbdn |
URL Ufficiale | https://chromewebstore.google.com/detail/best-url-shortener/jhcjblhckchiedihkfkgjaghggbcmbdn |
Descrizione | Convert long URLs or Links of websites to short and friendly ones. |
Dimensione del File | 226 KB |
Conteggio Installazioni | 27,544 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2023-12-29 |
Data di Pubblicazione | 2020-01-02 |
Valutazione | 4.51/5 Totale 55 Valutazioni |
Sviluppatore | Wilson |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://hybridapps.net/ |
URL della Pagina di Aiuto | http://tiny.cc/appshelp |
URL della Pagina della Politica sulla Privacy | http://tiny.cc/appsprivacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Best URL Shortener", "short_name": "Best URL Shortener", "version": "2.0.1", "description": "Convert long URLs or Links of websites to short and friendly ones.", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_icon": "images\/icon.png", "default_title": "Best URL Shortener", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "activeTab", "contextMenus", "unlimitedStorage", "storage", "alarms", "scripting" ] } |