Abre.ai! URL Shortener

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

Τι είναι το Abre.ai! URL Shortener;

Το Abre.ai! URL Shortener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Demartini, και η κύρια λειτουργία του είναι "Shorten URL of pages to send via IM, Twitter, email or wherever you want.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Abre.ai! URL Shortener

Λήψη αρχείων επέκτασης Abre.ai! URL Shortener σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Abre.ai! URL Shortener Abre.ai! URL Shortener
ID manbfoambbfcbnhmjbnbggklhoclonnb
Επίσημο URL https://chromewebstore.google.com/detail/abreai-url-shortener/manbfoambbfcbnhmjbnbggklhoclonnb
Περιγραφή Shorten URL of pages to send via IM, Twitter, email or wherever you want.
Μέγεθος Αρχείου 54.4 KB
Αριθμός Εγκαταστάσεων 2,120
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2021-02-02
Ημερομηνία Δημοσίευσης 2016-11-10
Αξιολόγηση 3.92/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής Demartini
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://abre.ai
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/demartini/abreai-url-shortener/issues
Υποστηριζόμενες Γλώσσες 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:\/\/*\/*"
    ]
}