Abre.ai! URL Shortener
Shorten URL of pages to send via IM, Twitter, email or wherever you want.
Co je Abre.ai! URL Shortener?
Abre.ai! URL Shortener je rozšíření Chrome vyvinuté Demartini, a jeho hlavní funkcí je „Shorten URL of pages to send via IM, Twitter, email or wherever you want.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Abre.ai! URL Shortener
Stáhněte si soubory rozšíření Abre.ai! URL Shortener ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Abre.ai! URL Shortener |
ID | manbfoambbfcbnhmjbnbggklhoclonnb |
Oficiální URL | https://chromewebstore.google.com/detail/abreai-url-shortener/manbfoambbfcbnhmjbnbggklhoclonnb |
Popis | Shorten URL of pages to send via IM, Twitter, email or wherever you want. |
Velikost souboru | 54.4 KB |
Počet instalací | 2,120 |
Aktuální Verze | 2.0.1 |
Poslední Aktualizace | 2021-02-02 |
Datum Vydání | 2016-11-10 |
Hodnocení | 3.92/5 Celkem 13 Hodnocení |
Vývojář | Demartini |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://abre.ai |
URL Stránky Nápovědy | https://github.com/demartini/abreai-url-shortener/issues |
Podporované Jazyky | 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:\/\/*\/*" ] } |