Short URL (Bre.is)

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

Qu'est-ce que Short URL (Bre.is) ?

Short URL (Bre.is) est une extension Chrome développée par ChromeApps, et sa fonction principale est "Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Short URL (Bre.is)

Téléchargez les fichiers d'extension Short URL (Bre.is) 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

                        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.                    

Informations de Base sur l'Extension

Nom Short URL (Bre.is) Short URL (Bre.is)
ID gmcofljannieocjefhglfanemdmkafgg
URL Officiel https://chromewebstore.google.com/detail/short-url-breis/gmcofljannieocjefhglfanemdmkafgg
Description Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it
Taille du Fichier 4 MB
Nombre d'Installations 10,000
Version Actuelle 1.0.10
Dernière Mise à Jour 2020-11-13
Date de Publication 2019-09-01
Évaluation 4.20/5 Total 168 Évaluations
Développeur ChromeApps
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://bre.is
Langues Prises en Charge 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"
}