Campfire
Stumble through your bookmarks with a single click!
Campfireคืออะไร?
Campfire เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jhans830 และคุณลักษณะหลักของมันคือ "Stumble through your bookmarks with a single click!"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Campfire
ดาวน์โหลดไฟล์ส่วนขยาย Campfire ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Rediscover your bookmarks with the Campfire chrome extension. Simply click the campfire icon on your toolbar and you will be redirected to a random bookmark that you have saved. Simple and straightforward, but very useful and entertaining!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kahoeicbkgdheppmfnbkjmcpofmkalff |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/campfire/kahoeicbkgdheppmfnbkjmcpofmkalff |
คำอธิบาย | Stumble through your bookmarks with a single click! |
ขนาดไฟล์ | 18.77 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-01-29 |
วันที่เผยแพร่ | 2016-01-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | jhans830 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Campfire", "version": "1.0", "description": "Stumble through your bookmarks with a single click!", "permissions": [ "bookmarks", "tabs" ], "browser_action": { "default_title": "Campfire: Rediscover Bookmarks", "default_icon": "icon.png" }, "background": { "scripts": [ "popup.js" ], "persistent": false }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |