t5m.co URL Shortener

Shorten url with t5m.co URL Shortener

t5m.co URL Shortenerคืออะไร?

t5m.co URL Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://t5m.co และคุณลักษณะหลักของมันคือ "Shorten url with t5m.co URL Shortener"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย t5m.co URL Shortener

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}