t5m.co URL Shortener

Shorten url with t5m.co URL Shortener

O que é t5m.co URL Shortener?

t5m.co URL Shortener é uma extensão do Chrome desenvolvida por http://t5m.co, e sua principal característica é "Shorten url with t5m.co URL Shortener".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão t5m.co URL Shortener

Baixe arquivos de extensão t5m.co URL Shortener no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome t5m.co URL Shortener t5m.co URL Shortener
ID fhfonjidifmoajcbiffdkpmcddkgiali
URL Oficial https://chrome.google.com/webstore/detail/t5mco-url-shortener/fhfonjidifmoajcbiffdkpmcddkgiali
Descrição Shorten url with t5m.co URL Shortener
Tamanho do Arquivo 51.95 KB
Contagem de Instalações 98
Versão Atual 0.1.0.2
Última Atualização 2015-09-28
Data de Publicação 2015-09-28
Classificação 5.00/5 Total de 23 Avaliações
Desenvolvedor http://t5m.co
Tipo de Pagamento free
Site da Extensão https://t5m.co
Idiomas Suportados 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
}