Bookmarks++
A better Bookmarks manager app.
什麼是Bookmarks++?
Bookmarks++是由Rami GB開發的Chrome擴展程式,該擴展的主要功能是“A better Bookmarks manager app.”。
擴展截圖
下載Bookmarks++擴展crx文件
下載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!
擴展基本資訊
名稱 | Bookmarks++ |
ID | lipplgkpgmnpfkbiompechagoogdafom |
官方網址 | 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\/" ] } |