Book Marker
This extension adds bookmarks manager to chrome to organize your bookmarks
Book Markerคืออะไร?
Book Marker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.bkmarker.com และคุณลักษณะหลักของมันคือ "This extension adds bookmarks manager to chrome to organize your bookmarks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Book Marker
ดาวน์โหลดไฟล์ส่วนขยาย Book Marker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
BkMarker.com is easy to use bookmarking Service which helps you to store bookmark on your "Personal Bookmark Page" and make sure it will be available wherever you go,just withinn few clicks.
This is your own personal bookmarking service,where you can store your bookmarks,organize bookmark by dragging and dropping within tree structure,add new group,new bookmarks,delete groups,bookmarks,edit bookmarks.
FEATURES
Drag And Drop
Import Bookmark
Export Bookmark
Add New Bookmark
Edit Bookmark
Delete Bookmark
CollapseAll
ExpandAll
Decrease Column
Increase Column
Show Favicons
Do Not Show Favicons
Wrap long link title
Show long link title
Add New Panel
Edit/Delete View
Normal View ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ldemmkjhmdcgiejjnjkggfjlaobegcan |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/book-marker/ldemmkjhmdcgiejjnjkggfjlaobegcan |
| คำอธิบาย | This extension adds bookmarks manager to chrome to organize your bookmarks |
| ขนาดไฟล์ | 311 KB |
| จำนวนการติดตั้ง | 66 |
| เวอร์ชันปัจจุบัน | 1.2.17 |
| อัปเดตครั้งล่าสุด | 2016-07-08 |
| วันที่เผยแพร่ | 2016-07-08 |
| คะแนน | 4.00/5 รวมทั้งหมด 5 คะแนน |
| ผู้พัฒนา | https://www.bkmarker.com |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://www.bkmarker.com/ |
| URL หน้าช่วยเหลือ | http://bkmarker.com/faq |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Book Marker",
"description": "This extension adds bookmarks manager to chrome to organize your bookmarks",
"version": "1.2.17",
"icons": {
"128": "bkmarker_128x128.png"
},
"permissions": [
"bookmarks",
"storage",
"notifications",
"http:\/\/bkmarker.com\/*"
],
"browser_action": {
"default_title": "Book Marker",
"default_icon": "bkmarker_16x16.png",
"default_popup": "popup.html"
},
"manifest_version": 2,
"chrome_url_overrides": {
"bookmarks": "tree.html"
},
"content_security_policy": "object-src 'self'; script-src 'self' https:\/\/bkmarker.com 'unsafe-eval' ;style-src 'self' 'unsafe-inline' ; img-src https:\/\/www.google.com\/; "
} | |