Abre.ai! URL Shortener
Shorten URL of pages to send via IM, Twitter, email or wherever you want.
Cos'è Abre.ai! URL Shortener?
Abre.ai! URL Shortener è un'estensione di Chrome sviluppata da Demartini, e la sua funzione principale è "Shorten URL of pages to send via IM, Twitter, email or wherever you want.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Abre.ai! URL Shortener
Scarica i file di estensione Abre.ai! 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
Shorten URLs using Abre.ai and send wherever you want. Simple, fast and very easy. After installing the extension just click on the extension icon in front of the address bar and you're done.
Informazioni di Base sull'Estensione
Nome | Abre.ai! URL Shortener |
ID | manbfoambbfcbnhmjbnbggklhoclonnb |
URL Ufficiale | https://chromewebstore.google.com/detail/abreai-url-shortener/manbfoambbfcbnhmjbnbggklhoclonnb |
Descrizione | Shorten URL of pages to send via IM, Twitter, email or wherever you want. |
Dimensione del File | 54.4 KB |
Conteggio Installazioni | 2,120 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2021-02-02 |
Data di Pubblicazione | 2016-11-10 |
Valutazione | 3.92/5 Totale 13 Valutazioni |
Sviluppatore | Demartini |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://abre.ai |
URL della Pagina di Aiuto | https://github.com/demartini/abreai-url-shortener/issues |
Lingue Supportate | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "description": "__MSG_description__", "homepage_url": "https:\/\/abre.ai", "author": "Iolar Demartini Junior", "version": "2.0.1", "manifest_version": 2, "default_locale": "pt_BR", "browser_action": { "default_icon": { "16": "assets\/images\/icons\/icon-16.png", "32": "assets\/images\/icons\/icon-32.png", "48": "assets\/images\/icons\/icon-48.png", "128": "assets\/images\/icons\/icon-128.png" }, "default_title": "__MSG_name__", "default_popup": "pages\/popup.html" }, "icons": { "16": "assets\/images\/icons\/icon-16.png", "32": "assets\/images\/icons\/icon-32.png", "48": "assets\/images\/icons\/icon-48.png", "128": "assets\/images\/icons\/icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |