Short URL (Bre.is)

Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it

Cos'è Short URL (Bre.is)?

Short URL (Bre.is) è un'estensione di Chrome sviluppata da ChromeApps, e la sua funzione principale è "Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Short URL (Bre.is)

Scarica i file di estensione Short URL (Bre.is) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        With this extension you have the possibility to create a short link of your current open page. The link is human friendly and can be easily shared, than the original full link.                    

Informazioni di Base sull'Estensione

Nome Short URL (Bre.is) Short URL (Bre.is)
ID gmcofljannieocjefhglfanemdmkafgg
URL Ufficiale https://chromewebstore.google.com/detail/short-url-breis/gmcofljannieocjefhglfanemdmkafgg
Descrizione Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it
Dimensione del File 4 MB
Conteggio Installazioni 10,000
Versione Corrente 1.0.10
Ultimo Aggiornamento 2020-11-13
Data di Pubblicazione 2019-09-01
Valutazione 4.20/5 Totale 168 Valutazioni
Sviluppatore ChromeApps
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://bre.is
Lingue Supportate de,en,tr,pl,ru,uk
manifest.json
{
    "author": "Brevis",
    "background": {
        "persistent": true,
        "scripts": [
            "bower_components\/jquery\/dist\/jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Short URL (Bre.is)"
    },
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/short-url-googl\/gmcofljannieocjefhglfanemdmkafgg",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCGsLSR3IaRzbZekrjBIzsrU4pLtjKgeorfjBAZayjSmSIq4tzvqSiXQbTzrNnneG\/EJwpodJYkRazsQuKYrxwB0x8\/B7FaE+5B\/CTNHsZGsojV0fg3csmPgbvtZoB2hm5sSzR7l1v8bAPoLwTROkLV25S62dvmiNGo\/qyq1YeL+QIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "offline_enabled": false,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardWrite",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.10"
}