Bookmark Updater
A button that quickly updates the closest bookmark found to the open tab.
Bookmark Updaterคืออะไร?
Bookmark Updater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alexander.bruun และคุณลักษณะหลักของมันคือ "A button that quickly updates the closest bookmark found to the open tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmark Updater
ดาวน์โหลดไฟล์ส่วนขยาย Bookmark Updater ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Update existing bookmarks while surfing the web, and create new bookmarks if your current tab doesn't match any of your saved bookmarks.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bookmark Updater |
ID | hjhffdgfjfkkjnllljaidejgbhhldice |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bookmark-updater/hjhffdgfjfkkjnllljaidejgbhhldice |
คำอธิบาย | A button that quickly updates the closest bookmark found to the open tab. |
ขนาดไฟล์ | 7.8 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2022-02-19 |
วันที่เผยแพร่ | 2021-01-12 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | alexander.bruun |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "author": "Alexander Bruun", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark Updater", "description": "A button that quickly updates the closest bookmark found to the open tab.", "version": "1.1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" }, "permissions": [ "bookmarks", "tabs" ], "browser_action": { "default_title": "Bookmark Updater", "default_icon": "icon.png" }, "offline_enabled": true } |