Url Shortener
Just click our extension icon on toolbar to shorten the URL of current page with TinyURL.com url shortener service.
Cos'è Url Shortener?
Url Shortener è un'estensione di Chrome sviluppata da ritemre, e la sua funzione principale è "Just click our extension icon on toolbar to shorten the URL of current page with TinyURL.com url shortener service.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Url Shortener
Scarica i file di estensione 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
What does this extension do?
--> Shorten URLs using TinyURL url shortener service.
--> Easily shorten any link from clipboard
--> Automatically copies url to clipboard
--> Сlick to shorten url and copy to clipboard
--> Generate QR code Informazioni di Base sull'Estensione
| Nome | |
| ID | mpondihcamknphabeadmkomijoemjhkm |
| URL Ufficiale | https://chromewebstore.google.com/detail/url-shortener/mpondihcamknphabeadmkomijoemjhkm |
| Descrizione | Just click our extension icon on toolbar to shorten the URL of current page with TinyURL.com url shortener service. |
| Dimensione del File | 1.66 MB |
| Conteggio Installazioni | 72 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2021-02-18 |
| Data di Pubblicazione | 2021-02-17 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | ritemre |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://uygunpetgross.com.tr/ |
| URL della Pagina di Aiuto | https://uygunpetgross.com.tr/index.php?route=information/contact |
| Lingue Supportate | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Uygun Pet Gross",
"name": "__MSG_app_name__",
"short_name": "__MSG_app_name__",
"description": "__MSG_app_description__",
"version": "1.0.0",
"version_name": "1.0.0",
"manifest_version": 2,
"default_locale": "en",
"background": {
"scripts": [
"data\/background.js"
],
"persistent": true
},
"homepage_url": "https:\/\/www.uygunpetgross.com.tr",
"browser_action": {
"default_title": "__MSG_app_name__",
"default_icon": {
"128": "data\/assets\/icons\/128.png",
"256": "data\/assets\/icons\/256.png",
"32": "data\/assets\/icons\/32.png",
"48": "data\/assets\/icons\/48.png",
"96": "data\/assets\/icons\/96.png"
},
"default_popup": "data\/popup\/index.html"
},
"icons": {
"128": "data\/assets\/icons\/128.png",
"256": "data\/assets\/icons\/256.png",
"32": "data\/assets\/icons\/32.png",
"48": "data\/assets\/icons\/48.png",
"96": "data\/assets\/icons\/96.png"
},
"permissions": [
"tabs",
"https:\/\/chart.googleapis.com\/*",
"https:\/\/tinyurl.com\/*",
"storage"
]
} | |