Context Bookmarks

Add your bookmarks in your contextual menu.

Context Bookmarks là gì?

Context Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi Spouwny, và tính năng chính của nó là "Add your bookmarks in your contextual menu.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Context Bookmarks

Tải xuống các tệp mở rộng Context 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Context Bookmarks Context Bookmarks
ID ednnkpljcbpjcoplcooifiblghkephlh
URL Chính Thức https://chromewebstore.google.com/detail/context-bookmarks/ednnkpljcbpjcoplcooifiblghkephlh
Mô tả Add your bookmarks in your contextual menu.
Kích Thước Tệp 49.66 KB
Số Lần Cài Đặt 6,082
Phiên Bản Hiện Tại 1.12.0
Cập Nhật Lần Cuối 2015-04-12
Ngày Phát Hành 2015-04-12
Đánh Giá 3.75/5 Tổng số 76 Đánh Giá
Nhà Phát Triển Spouwny
Loại Thanh Toán free
URL Trang Trợ Giúp https://groups.google.com/d/forum/contextbookmarks
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}