Bookmarks++
A better Bookmarks manager app.
Bookmarks++คืออะไร?
Bookmarks++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rami GB และคุณลักษณะหลักของมันคือ "A better Bookmarks manager app."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmarks++
ดาวน์โหลดไฟล์ส่วนขยาย Bookmarks++ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension that helps you to easily manage and search your bookmarks.
New in version 0.0.4.2 :
* Batch delete
* Folder name now appears in details
* Sort by folder
* Fixed search case sensitivity.
I created this extension in a few hours to solve the problem of managing my bookmarks (more than 500), and i thought i'd share it with the world, that's it!, if i feel that people will benefit from it and need an update i will update it ... hopefully! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lipplgkpgmnpfkbiompechagoogdafom |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bookmarks++/lipplgkpgmnpfkbiompechagoogdafom |
| คำอธิบาย | A better Bookmarks manager app. |
| ขนาดไฟล์ | 132 KB |
| จำนวนการติดตั้ง | 71 |
| เวอร์ชันปัจจุบัน | 0.0.4.2 |
| อัปเดตครั้งล่าสุด | 2014-08-18 |
| วันที่เผยแพร่ | 2014-08-17 |
| คะแนน | 3.43/5 รวมทั้งหมด 7 คะแนน |
| ผู้พัฒนา | Rami GB |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.4.2",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"author": "Rami GB",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js",
"scripts\/jquery.js",
"scripts\/underscore-min.js",
"scripts\/angular.min.js",
"scripts\/bootstrap.min.js",
"scripts\/ang-app.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "y",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"history",
"bookmarks",
"chrome:\/\/favicon\/"
]
} | |