Context Bookmarks

Add your bookmarks in your contextual menu.

什么是Context Bookmarks?

Context Bookmarks是由Spouwny开发的Chrome扩展程序,该扩展的主要功能是“Add your bookmarks in your contextual menu.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Context Bookmarks扩展crx文件

下载Context Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Add an entry in your contextual menu, allowing you to access quickly to your bookmarks.

You can search for a bookmarks folder and open all its content directly in the omnibox: type 'f' followed by a space to start your search.

And more:
- Javascript bookmarks!
- Choose which folder to display in the context menu!
- Quickly add a bookmark from the context menu!
- Open all the bookmarks from a folder with the right click button!

Sadly it's impossible to display the favicons... So, unnamed bookmarks are  replaced by their URL.


Especialy usefull in "fullscreen" mode or if you hide the bookmarks bar to gain some screen space.


---------------------------------------------------------
Changelog:


1.12.0
  - The menu is displayed everywhere in chrome
  - Behaviour of the Filter page reworked: It will allow you to display only one folder

1.11.0
  - New option: "Apps" - You can now access the Apps tab from your context menu

1.10.2
  - Options: Partial compatibility with the new option page format

1.10.1
  - Bugfix: Couldn't open link and folder

1.10.0
  - New option: "Filter" - You can choose which folder to display in the context menu

1.9.0
  - Bookmarks without names are displayed with their URL
  - Bookmarks with javascript are now called properly
  - New option: "Add Bookmark" - You can now add a bookmark in any folder from your context menu

1.8.2
  - Bugfix: Omnibox: can't open links and folders

1.8.1
  - Bugfix: Options: Bad text id

1.8.0
  - Options: nice option page, nicely integrated in chrome (thanks to chrome-bootstrap)

1.7.2
  - Bugfix: Omnibox: Results are not displayed

1.7.1
  - Manifest v2.0
  - Options page compatibility update

1.7.0
  - Bugfix: Omnibox: Selecting an item doesn't open the associated bookmarks
  - Bugfix: Omnibox: Paths of the bookmarks folders are innacurate
  - New: Omnibox: Links are also searched and appened to the result list
  - New option: Omnibox: Open links in new tabs
  - New option: Omnibox: Open the new tabs in background
  - Bugfix: menu disappears after a change in the "Options" page

1.6.0
  - Added an omnibox shortcut "f" to search and open folders

1.5.1
  - Bugfix: Continuously refreshing when adding multiple bookmarks at the same time

1.5.0
  - Added a button to reverse the order of changelogs
  - Bugfix: Adding multiple bookmarks at the same time create duplicate contextual menus
  - New option: Display the "Manage bookmarks" menu item
  - Clicking the name of an option will check the box
  - Added support for localization (currently supported langage are english and french)

1.4.0
  - New option: Right click on a folder opens all the links
  - New option: Open the new tabs in background

1.3.0
  - UI improvments for the option page
  - Changing an option saves only this option (and not all the options each time)
  - New option: Display the "Refresh" menu item
  - New option: Display the "Options" menu item

1.2.0
  - Added changelogs to the option page
  - Added an "Options" button in the context menu
  - Added a "Refresh" button in the context menu
  - New option: Refresh the menu when bookmark changes are detected
  - Added default values for the options (only first install and new options will be affected)

1.1.0
  - Added an option page
  - New option: open in a new tab
  - New option: open the tab in background

1.0.0
  - Initial release                    

扩展基本信息

名称 Context Bookmarks Context Bookmarks
ID ednnkpljcbpjcoplcooifiblghkephlh
官方URL https://chromewebstore.google.com/detail/context-bookmarks/ednnkpljcbpjcoplcooifiblghkephlh
简介 Add your bookmarks in your contextual menu.
文件大小 49.66 KB
安装次数 6,082
当前版本 1.12.0
更新时间 2015-04-12
上架时间 2015-04-12
评分 3.75/5 共76次评分
开发者 Spouwny
付费类型 free
帮助页面URL https://groups.google.com/d/forum/contextbookmarks
支持的语言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.12.0",
    "description": "__MSG_extensionBriefDescription__",
    "default_locale": "en",
    "options_page": "options.old.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "ContextMenu.js",
            "OmniBox.js"
        ]
    },
    "omnibox": {
        "keyword": "f"
    },
    "icons": {
        "16": "Icons\/icon.16.png",
        "48": "Icons\/icon.48.png",
        "128": "Icons\/icon.128.png"
    },
    "permissions": [
        "contextMenus",
        "bookmarks",
        "activeTab",
        "storage"
    ]
}