Link Sharing

Link sharing resource

Link Sharingคืออะไร?

Link Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Travis Weidenbenner และคุณลักษณะหลักของมันคือ "Link sharing resource"

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

screenshot

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

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

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

                        What's New?
-------------
v1.0.2
-Fixed bug on install page that wouldn't close it or open pics in popup.

Description
-------------
Link Sharing is a project I made in order to easily share links with friends/colleagues.  

It is an open source extension. You can find the source on my GitHub: https://github.com/travis-w/Link-Sharing

Please give feedback and/or contribute to the code.                    

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

ชื่อ Link Sharing Link Sharing
ID haehadeohhghodnfohinokocaaellnga
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/link-sharing/haehadeohhghodnfohinokocaaellnga
คำอธิบาย Link sharing resource
ขนาดไฟล์ 330 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2013-09-14
วันที่เผยแพร่ 2013-09-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Travis Weidenbenner
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/travis-w/Link-Sharing
URL หน้าช่วยเหลือ https://github.com/travis-w/Link-Sharing
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Sharing",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Link sharing resource",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Save Link",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "install.html",
    "permissions": [
        "notifications",
        "tabs",
        "https:\/\/api.cloudmine.me\/*",
        "https:\/\/*.cloudmine.me\/*",
        "https:\/\/cloudmine.me\/*"
    ],
    "web_accessible_resources": [
        "images\/icon19.png"
    ]
}