Snippet Share

Save Text Snippets You Find Around the Web

Snippet Shareคืออะไร?

Snippet Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gpickett00 และคุณลักษณะหลักของมันคือ "Save Text Snippets You Find Around the Web"

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

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

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

                        Share Interesting Text Snippets You Find Around The Web                    

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

ชื่อ Snippet Share Snippet Share
ID eehmncbbmmdgplnkmepepjclamgmijch
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/snippet-share/eehmncbbmmdgplnkmepepjclamgmijch
คำอธิบาย Save Text Snippets You Find Around the Web
ขนาดไฟล์ 42.66 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2014-12-08
วันที่เผยแพร่ 2014-12-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา gpickett00
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snippet Share",
    "version": "0.2",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "description": "Save Text Snippets You Find Around the Web",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "Snippets",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js",
            "js\/lib\/meteor-ddp.js",
            "js\/background.js",
            "js\/sample.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    }
}