Snip n Share

Share, Search and Annotate the snippets on web.

Snip n Shareคืออะไร?

Snip n Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย www.sabareesh.me และคุณลักษณะหลักของมันคือ "Share, Search and Annotate the snippets on web."

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

screenshot
screenshot

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

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

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

                        Share, Search and Annotate the snippets on web                    

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

ชื่อ Snip n Share Snip n Share
ID ohdkmhmjihoopjoknljbijjjppmopclm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/snip-n-share/ohdkmhmjihoopjoknljbijjjppmopclm
คำอธิบาย Share, Search and Annotate the snippets on web.
ขนาดไฟล์ 50.83 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-11-22
วันที่เผยแพร่ 2016-11-22
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา www.sabareesh.me
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snip n Share",
    "description": "Share, Search and Annotate the snippets on web.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "images\/icon-enabled.png",
        "default_title": "Toggle Snip n Share."
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery.min.js",
            "js\/slip-n-share.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "slip-n-share.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/slip-n-share.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon-enabled.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}