t5m.co URL Shortener

Shorten url with t5m.co URL Shortener

什麼是t5m.co URL Shortener?

t5m.co URL Shortener是由http://t5m.co開發的Chrome擴展程式,該擴展的主要功能是“Shorten url with t5m.co URL Shortener”。

擴展截圖

screenshot

下載t5m.co URL Shortener擴展crx文件

下載t5m.co URL Shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 t5m.co URL Shortener t5m.co URL Shortener
ID fhfonjidifmoajcbiffdkpmcddkgiali
官方網址 https://chrome.google.com/webstore/detail/t5mco-url-shortener/fhfonjidifmoajcbiffdkpmcddkgiali
簡介 Shorten url with t5m.co URL Shortener
檔案大小 51.95 KB
安裝次數 98
目前版本 0.1.0.2
更新時間 2015-09-28
上架時間 2015-09-28
評分 5.00/5 共 23 次評分
開發者 http://t5m.co
付費類型 free
擴展官網 https://t5m.co
支援的語言 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
}