jShort

jShort everything, everywhere

jShortคืออะไร?

jShort เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://jota.pm และคุณลักษณะหลักของมันคือ "jShort everything, everywhere"

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

screenshot
screenshot

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

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

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

                        The jShort you already know and love, now on Chrome! Click the jShort icon to create a custom URL for the current page, or right click any link/image and click "jShort it!".
If the URL is an image you can easily upload it to jShort's servers so you'll be sure that everyone can see it.
The shortened URL is automatically copied to your clipboard, so you can easily share it.
And you can see all the URLs you've shortened, just click the "History" link.

jShort® Chrome® extension - jShort everything, everywhere™                    

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

ชื่อ jShort jShort
ID nffegakdlnmmjflockgidjhnpooelkcc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/jshort/nffegakdlnmmjflockgidjhnpooelkcc
คำอธิบาย jShort everything, everywhere
ขนาดไฟล์ 166 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2013-04-02
วันที่เผยแพร่ 2013-04-02
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://jota.pm
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://jota.pm/jShort
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_title": "jShort"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "jShort everything, everywhere",
    "background": {
        "persistent": true,
        "page": "src\/bg\/background.html"
    },
    "name": "jShort",
    "permissions": [
        "",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "tabs",
        "storage"
    ],
    "icons": {
        "48": "icons\/icon_048.png",
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_016.png"
    },
    "homepage_url": "http:\/\/jota.pm\/jShort",
    "manifest_version": 2,
    "version": "1.2"
}