Link Worm

This extension allows you to easily share links with your friends.

Link Wormคืออะไร?

Link Worm เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://linkworm.herokuapp.com และคุณลักษณะหลักของมันคือ "This extension allows you to easily share links with your friends."

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

screenshot
screenshot

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

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

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

                        Link Worm is the fastest and easiest way to share links with your friends! 

If you come across an interesting web page while browsing, simply click the extension icon, select a friend, and it will appear instantly on their computer! 

In order to use this awesome service, register for FREE at http://linkworm.herokuapp.com and add your friends!


New in version 0.1.2: auto-login and loading spinners                    

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

ชื่อ Link Worm Link Worm
ID idkbflehoaffjlpoblldieokepdbcmal
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/link-worm/idkbflehoaffjlpoblldieokepdbcmal
คำอธิบาย This extension allows you to easily share links with your friends.
ขนาดไฟล์ 177 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2015-01-02
วันที่เผยแพร่ 2015-01-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://linkworm.herokuapp.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Worm",
    "description": "This extension allows you to easily share links with your friends.",
    "version": "0.1.2",
    "permissions": [
        "http:\/\/linkworm.herokuapp.com\/*",
        "gcm",
        "storage",
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "res\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "res\/img\/icon.png",
        "default_popup": "res\/login.html"
    },
    "icons": {
        "16": "res\/img\/icon16.png",
        "48": "res\/img\/icon48.png",
        "128": "res\/img\/icon128.png"
    }
}