Easy Bookmark
Easy bookmark pages.
Easy Bookmarkคืออะไร?
Easy Bookmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nghiai3e และคุณลักษณะหลักของมันคือ "Easy bookmark pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Bookmark
ดาวน์โหลดไฟล์ส่วนขยาย Easy Bookmark ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easy Bookmark - Much more convenient for bookmarking pages. No more wasted time to find and organize your bookmark. + Easily find and select which folder that bookmarked pages should belong to. + Easily create new folder and save your favorite page. + Support auto suggestion to choose folders. + Support shortcut key. The default shortcut is Ctrl + Shift + Y. + Totally free!!!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Easy Bookmark |
ID | kdidhjilcckdjjpfddiclfpadmjonpnk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easy-bookmark/kdidhjilcckdjjpfddiclfpadmjonpnk |
คำอธิบาย | Easy bookmark pages. |
ขนาดไฟล์ | 60.16 KB |
จำนวนการติดตั้ง | 117 |
เวอร์ชันปัจจุบัน | 1.3.4 |
อัปเดตครั้งล่าสุด | 2015-11-21 |
วันที่เผยแพร่ | 2015-11-21 |
คะแนน | 4.00/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | nghiai3e |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Bookmark", "version": "1.3.4", "manifest_version": 2, "description": "Easy bookmark pages.", "short_name": "EasyBookmark", "icons": { "16": "images\/bookmark16.png", "24": "images\/bookmark24.png", "32": "images\/bookmark32.png", "48": "images\/bookmark48.png" }, "background": { "page": "popup.html", "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "bookmarks", "tabs" ], "web_accessible_resources": [ "css\/*.*", "images\/*.*" ], "page_action": { "default_icon": "images\/bookmark16.png", "default_title": "Bookmark this page", "default_popup": "popup.html" }, "commands": { "_execute_page_action": { "suggested_key": { "default": "Ctrl + Shift + Y", "windows": "Ctrl + Shift + Y", "mac": "Ctrl + Shift + Y", "linux": "Ctrl + Shift + Y" }, "global": false, "description": "Easy bookmark" } } } |