Product Hunt Bookmark Collections

Bookmark and save your favorite collections

Product Hunt Bookmark Collectionsคืออะไร?

Product Hunt Bookmark Collections เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Clément Quennesson และคุณลักษณะหลักของมันคือ "Bookmark and save your favorite collections"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Product Hunt Bookmark Collections

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

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

                        Product Hunt Bookmark Collections is the easiest way to bookmark and save your favorite collections on Product Hunt                    

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

ชื่อ Product Hunt Bookmark Collections Product Hunt Bookmark Collections
ID oaedkejndiopbdlnpknmhknghahfajcf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/product-hunt-bookmark-col/oaedkejndiopbdlnpknmhknghahfajcf
คำอธิบาย Bookmark and save your favorite collections
ขนาดไฟล์ 180 KB
จำนวนการติดตั้ง 62
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2015-07-19
วันที่เผยแพร่ 2015-07-19
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Clément Quennesson
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Product Hunt Bookmark Collections",
    "description": "Bookmark and save your favorite collections",
    "version": "0.0.5",
    "manifest_version": 2,
    "icons": {
        "19": "icons\/icon-19.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.producthunt.com\/*\/collections\/*",
                "*:\/\/www.producthunt.com\/e\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/inject.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_popup": "popup.html"
    }
}