CutUrl

Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.

CutUrlคืออะไร?

CutUrl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adnan Ahmed และคุณลักษณะหลักของมันคือ "Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CutUrl

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

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

                        CutUrl shortener is an extension which allows you to shorten the current website URL with the Google URL Shortener service http://goo.gl/

On any page press this shortcut key (Alt+Shift+C) and short url for the page will automatically generated and copied to your clipboard.

(Sorry for inconvenience guyz, i just knew that my extension isn't working on windows). But its fixed now. :)                    

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

ชื่อ CutUrl CutUrl
ID ealhhpadkmmoebajijpaaddnglnbfnjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cuturl/ealhhpadkmmoebajijpaaddnglnbfnjk
คำอธิบาย Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.
ขนาดไฟล์ 40.04 KB
จำนวนการติดตั้ง 73
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2016-04-02
วันที่เผยแพร่ 2016-04-02
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Adnan Ahmed
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Idnan/cut-url
URL หน้าช่วยเหลือ https://github.com/Idnan/cut-url
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CutUrl",
    "short_name": "CutUrl",
    "description": "Chrome Extension - Use http:\/\/goo.gl\/ to shorten your URLs in a Shortcut.",
    "version": "1.1.0",
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/js\/jquery.js",
            "assets\/js\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.googleapis.com\/*",
        "notifications",
        "tabs"
    ],
    "icons": {
        "16": "assets\/img\/ico16.png",
        "48": "assets\/img\/ico48.png",
        "128": "assets\/img\/ico128.png"
    },
    "homepage_url": "http:\/\/github.com\/idnan",
    "commands": {
        "toggle-pin": {
            "suggested_key": {
                "default": "Alt+Shift+C",
                "windows": "Alt+Shift+C",
                "mac": "Alt+Shift+C",
                "chromeos": "Alt+Shift+C",
                "linux": "Alt+Shift+C"
            },
            "description": "Short your urls"
        }
    }
}