Bookmarks++
A better Bookmarks manager app.
Bookmarks++ là gì?
Bookmarks++ là một tiện ích mở rộng Chrome được phát triển bởi Rami GB, và tính năng chính của nó là "A better Bookmarks manager app.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bookmarks++
Tải xuống các tệp mở rộng Bookmarks++ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bookmarks++ |
ID | lipplgkpgmnpfkbiompechagoogdafom |
URL Chính Thức | https://chromewebstore.google.com/detail/bookmarks++/lipplgkpgmnpfkbiompechagoogdafom |
Mô tả | A better Bookmarks manager app. |
Kích Thước Tệp | 132 KB |
Số Lần Cài Đặt | 71 |
Phiên Bản Hiện Tại | 0.0.4.2 |
Cập Nhật Lần Cuối | 2014-08-18 |
Ngày Phát Hành | 2014-08-17 |
Đánh Giá | 3.43/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Rami GB |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |