Sho.ink Link Shortener

This extension allows you to easily shorten and track links using the right-click menu of your browser.

Sho.ink Link Shortenerคืออะไร?

Sho.ink Link Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sho.ink และคุณลักษณะหลักของมันคือ "This extension allows you to easily shorten and track links using the right-click menu of your browser."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sho.ink Link Shortener

ดาวน์โหลดไฟล์ส่วนขยาย Sho.ink Link Shortener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows users to easily and quickly convert long URLs into short links. After you highlight a link, sho.ink adds an option in the right-click menu that will automatically create a shortened redirect link and copy it to your clipboard.

With this extension, you can shorten any link in under 5 seconds.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sho.ink Link Shortener Sho.ink Link Shortener
ID bldhcdnmadpmoadomdefpbbleiopblmo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bldhcdnmadpmoadomdefpbbleiopblmo
คำอธิบาย This extension allows you to easily shorten and track links using the right-click menu of your browser.
ขนาดไฟล์ 109 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2017-01-23
วันที่เผยแพร่ 2017-01-23
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://sho.ink
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://sho.ink
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sho.ink Link Shortener",
    "description": "This extension allows you to easily shorten and track links using the right-click menu of your browser.",
    "version": "0.0.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_icon": "small-icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "author": "Matthew Brennan",
    "homepage_url": "http:\/\/sho.ink"
}