Chilp.it URL Shortener

This extension helps to shrink your large URLs.

Chilp.it URL Shortenerคืออะไร?

Chilp.it URL Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chilp Media Group และคุณลักษณะหลักของมันคือ "This extension helps to shrink your large URLs."

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

screenshot

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

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

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

                        This is the official Chrome extension for the Chilp.it URL shortener. 

You can can create short URLs of the current page by clicking the extension symbol or
pressing the keyboard shortcut Alt+Shift+C.

You can create short URLs of all links in the page by right clicking and choosing "Create shortlink"
from the context menu.

Shortlinks will be copied to your clipboard instantly.

Happy shortening.                    

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

ชื่อ Chilp.it URL Shortener Chilp.it URL Shortener
ID jdlddbgjpiammojoflhimhfbgindkblj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chilpit-url-shortener/jdlddbgjpiammojoflhimhfbgindkblj
คำอธิบาย This extension helps to shrink your large URLs.
ขนาดไฟล์ 26.56 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-01-03
วันที่เผยแพร่ 2017-01-03
ผู้พัฒนา Chilp Media Group
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://chilp.it/tp.htm
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chilp.it URL Shortener",
    "description": "This extension helps to shrink your large URLs.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "chilpIcon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "http:\/\/chilp.it\/",
        "contextMenus",
        "clipboardWrite"
    ],
    "icons": {
        "16": "chilpIcon16.png",
        "128": "chilpIcon128.png"
    },
    "commands": {
        "copyPageShortlinkToClipboard": {
            "suggested_key": {
                "default": "Alt+Shift+C",
                "mac": "Alt+Shift+C"
            },
            "description": "shorten the current page url and copy the shortlink to the clipboard"
        }
    }
}