Abre.ai! URL Shortener
Shorten URL of pages to send via IM, Twitter, email or wherever you want.
What is Abre.ai! URL Shortener?
Abre.ai! URL Shortener is a Chrome extension developed by Demartini, and its main feature is "Shorten URL of pages to send via IM, Twitter, email or wherever you want.".
Extension Screenshots
Download Abre.ai! URL Shortener Extension CRX File
Download Abre.ai! URL Shortener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Abre.ai! URL Shortener |
ID | manbfoambbfcbnhmjbnbggklhoclonnb |
Official URL | https://chromewebstore.google.com/detail/abreai-url-shortener/manbfoambbfcbnhmjbnbggklhoclonnb |
Description | Shorten URL of pages to send via IM, Twitter, email or wherever you want. |
File Size | 54.4 KB |
Installation Count | 2,120 |
Current Version | 2.0.1 |
Last Updated | 2021-02-02 |
Publish Date | 2016-11-10 |
Rating | 3.92/5 Total 13 Ratings |
Developer | Demartini |
[email protected] | |
Payment Type | free |
Extension Website | https://abre.ai |
Help Page URL | https://github.com/demartini/abreai-url-shortener/issues |
Supported Languages | 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:\/\/*\/*" ] } |