Get Bookmarks
Crx to backup bookmarks when you can't sync with Google Account.
Get Bookmarksคืออะไร?
Get Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vasu Jain และคุณลักษณะหลักของมันคือ "Crx to backup bookmarks when you can't sync with Google Account."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Bookmarks
ดาวน์โหลดไฟล์ส่วนขยาย Get Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Have multiple Google accounts for Chrome ? Don't want to synch them together ? Worried about backup ? Export your Bookmarks on a single click in JSON/HTML format.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ffhnbbecccapfhkcfnhcnjacbgahfdng |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/get-bookmarks/ffhnbbecccapfhkcfnhcnjacbgahfdng |
คำอธิบาย | Crx to backup bookmarks when you can't sync with Google Account. |
ขนาดไฟล์ | 38.83 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 0.5.9 |
อัปเดตครั้งล่าสุด | 2015-03-23 |
วันที่เผยแพร่ | 2015-03-23 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Vasu Jain |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.brk.im |
URL หน้าช่วยเหลือ | http://www.brk.im |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Bookmarks", "description": "Crx to backup bookmarks when you can't sync with Google Account.", "version": "0.5.9", "browser_action": { "default_icon": "resources\/bookmark_red_24.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "bookmarks" ], "icons": { "16": "resources\/bookmark_red_16.png", "24": "resources\/bookmark_red_24.png", "32": "resources\/bookmark_red_32.png", "48": "resources\/bookmark_red_48.png", "128": "resources\/bookmark_red_128.png", "256": "resources\/bookmark_red_256.png" } } |