Pin It!

Save links to read later across any chrome.

Pin It!คืออะไร?

Pin It! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย blackchilled และคุณลักษณะหลักของมันคือ "Save links to read later across any chrome."

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

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

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

                        A super easy way to Pin your links so that you can read later on. Instead of trying to search your history later on, just Pin it and you can come back later and read that link. Perfect for those Wikipedia/Quora/Reddit browsing.

Created by BC                    

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

ชื่อ Pin It! Pin It!
ID lelclmmddkdnopplahfbddmjeiocfcld
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pin-it/lelclmmddkdnopplahfbddmjeiocfcld
คำอธิบาย Save links to read later across any chrome.
ขนาดไฟล์ 48.21 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2015-01-07
วันที่เผยแพร่ 2015-01-07
ผู้พัฒนา blackchilled
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pin It!",
    "manifest_version": 2,
    "version": "0.0.1",
    "description": "Save links to read later across any chrome.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo-bitty.png",
        "48": "logo-small.png",
        "128": "logo-large.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}