Bookmarks Tracker
A better synced bookmark tracker. Search, filter and save. Make yourself more productive
Bookmarks Trackerคืออะไร?
Bookmarks Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kscripter และคุณลักษณะหลักของมันคือ "A better synced bookmark tracker. Search, filter and save. Make yourself more productive"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmarks Tracker
ดาวน์โหลดไฟล์ส่วนขยาย Bookmarks Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A better bookmarks manager for your important stuff. Search, filter and Tag bookmarks with beautiful UI. Ever had a problem of finding that one bookmark that you bookmarked 2 months ago? BookmarksTracker does exactly that, it gives you an ability to better organize your important bookmarks. Save your bookmarks with screenshots. Import your existing bookmarks into BookmarksTracker.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mhaddbjhcckipgamcachbkoalgbonmki |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/bookmarks-tracker/mhaddbjhcckipgamcachbkoalgbonmki |
คำอธิบาย | A better synced bookmark tracker. Search, filter and save. Make yourself more productive |
ขนาดไฟล์ | 913 KB |
จำนวนการติดตั้ง | 269 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2018-03-01 |
วันที่เผยแพร่ | 2018-03-01 |
คะแนน | 4.75/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | kscripter |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmarks Tracker", "description": "A better synced bookmark tracker. Search, filter and save. Make yourself more productive", "version": "1", "icons": { "128": "book.png" }, "browser_action": { "default_icon": "book.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "activeTab", "storage", "bookmarks" ], "minimum_chrome_version": "28", "content_security_policy": "default-src 'self'; frame-src 'self' https:\/\/*.firebaseio.com; script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.googleapis.com https:\/\/www.google-analytics.com https:\/\/*.firebaseio.com http:\/\/localhost:8080 https:\/\/localhost:8080 'unsafe-eval'; connect-src http:\/\/localhost:8080 https:\/\/localhost:8080 https:\/\/www.googleapis.com https:\/\/*.firebaseio.com wss:\/\/*.firebaseio.com https:\/\/*.googleapis.com https:\/\/sentry.io; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data: https:\/\/www.google-analytics.com;" } |