Abre.ai! URL Shortener

Shorten URL of pages to send via IM, Twitter, email or wherever you want.

¿Qué es Abre.ai! URL Shortener?

Abre.ai! URL Shortener es una extensión de Chrome desarrollada por Demartini, y su función principal es "Shorten URL of pages to send via IM, Twitter, email or wherever you want.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Abre.ai! URL Shortener

Descarga archivos de extensión Abre.ai! URL Shortener en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Abre.ai! URL Shortener Abre.ai! URL Shortener
ID manbfoambbfcbnhmjbnbggklhoclonnb
URL Oficial https://chromewebstore.google.com/detail/abreai-url-shortener/manbfoambbfcbnhmjbnbggklhoclonnb
Descripción Shorten URL of pages to send via IM, Twitter, email or wherever you want.
Tamaño del Archivo 54.4 KB
Cantidad de Instalaciones 2,120
Versión Actual 2.0.1
Última Actualización 2021-02-02
Fecha de Publicación 2016-11-10
Calificación 3.92/5 Total de 13 Calificaciones
Desarrollador Demartini
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://abre.ai
URL de la Página de Ayuda https://github.com/demartini/abreai-url-shortener/issues
Idiomas Soportados 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:\/\/*\/*"
    ]
}