t5m.co URL Shortener

Shorten url with t5m.co URL Shortener

Qu'est-ce que t5m.co URL Shortener ?

t5m.co URL Shortener est une extension Chrome développée par http://t5m.co, et sa fonction principale est "Shorten url with t5m.co URL Shortener".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension t5m.co URL Shortener

Téléchargez les fichiers d'extension t5m.co 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

                        t5m.co url shortener is an extension which allows you to shorten the current website URL with the t5m.co URL Shortener service https://t5m.co/

Shrink your long urls easily by right clicking any link on any website! Better than bit.ly, tinyurl and more private then goo.gl. Use our url shortener for all of your links!                    

Informations de Base sur l'Extension

Nom t5m.co URL Shortener t5m.co URL Shortener
ID fhfonjidifmoajcbiffdkpmcddkgiali
URL Officiel https://chrome.google.com/webstore/detail/t5mco-url-shortener/fhfonjidifmoajcbiffdkpmcddkgiali
Description Shorten url with t5m.co URL Shortener
Taille du Fichier 51.95 KB
Nombre d'Installations 98
Version Actuelle 0.1.0.2
Dernière Mise à Jour 2015-09-28
Date de Publication 2015-09-28
Évaluation 5.00/5 Total 23 Évaluations
Développeur http://t5m.co
Type de Paiement free
Site Web de l'Extension https://t5m.co
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "t5m.co URL Shortener"
    },
    "name": "t5m.co URL Shortener",
    "description": "Shorten url with t5m.co URL Shortener",
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "*:\/\/*\/*",
        "contextMenus",
        "clipboardWrite",
        "clipboardRead",
        "notifications"
    ],
    "icons": {
        "16": "image\/icon16.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.3.min.js",
                "functions.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "version": "0.1.0.2",
    "manifest_version": 2
}