Abre.ai! URL Shortener

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

Wat is Abre.ai! URL Shortener?

Abre.ai! URL Shortener is een Chrome-extensie ontwikkeld door Demartini, en de belangrijkste functie is "Shorten URL of pages to send via IM, Twitter, email or wherever you want.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Abre.ai! URL Shortener

Download Abre.ai! URL Shortener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Abre.ai! URL Shortener Abre.ai! URL Shortener
ID manbfoambbfcbnhmjbnbggklhoclonnb
Officiële URL https://chromewebstore.google.com/detail/abreai-url-shortener/manbfoambbfcbnhmjbnbggklhoclonnb
Beschrijving Shorten URL of pages to send via IM, Twitter, email or wherever you want.
Bestandsgrootte 54.4 KB
Aantal Installaties 2,120
Huidige Versie 2.0.1
Laatst Bijgewerkt 2021-02-02
Publicatiedatum 2016-11-10
Beoordeling 3.92/5 Totaal 13 Beoordelingen
Ontwikkelaar Demartini
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://abre.ai
Help Pagina-URL https://github.com/demartini/abreai-url-shortener/issues
Ondersteunde Talen 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:\/\/*\/*"
    ]
}