Abre.ai! URL Shortener

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

Qu'est-ce que Abre.ai! URL Shortener ?

Abre.ai! URL Shortener est une extension Chrome développée par Demartini, et sa fonction principale est "Shorten URL of pages to send via IM, Twitter, email or wherever you want.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Abre.ai! URL Shortener

Téléchargez les fichiers d'extension Abre.ai! URL Shortener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Abre.ai! URL Shortener Abre.ai! URL Shortener
ID manbfoambbfcbnhmjbnbggklhoclonnb
URL Officiel https://chromewebstore.google.com/detail/abreai-url-shortener/manbfoambbfcbnhmjbnbggklhoclonnb
Description Shorten URL of pages to send via IM, Twitter, email or wherever you want.
Taille du Fichier 54.4 KB
Nombre d'Installations 2,120
Version Actuelle 2.0.1
Dernière Mise à Jour 2021-02-02
Date de Publication 2016-11-10
Évaluation 3.92/5 Total 13 Évaluations
Développeur Demartini
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://abre.ai
URL de la Page d'Aide https://github.com/demartini/abreai-url-shortener/issues
Langues Prises en Charge 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:\/\/*\/*"
    ]
}