Context Bookmarks

Add your bookmarks in your contextual menu.

Was ist Context Bookmarks?

Context Bookmarks ist eine Chrome-Erweiterung, die von Spouwny entwickelt wurde, und ihr Hauptmerkmal ist "Add your bookmarks in your contextual menu.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Context Bookmarks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Context Bookmarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Context Bookmarks Context Bookmarks
ID ednnkpljcbpjcoplcooifiblghkephlh
Offizielle URL https://chromewebstore.google.com/detail/context-bookmarks/ednnkpljcbpjcoplcooifiblghkephlh
Beschreibung Add your bookmarks in your contextual menu.
Dateigröße 49.66 KB
Installationsanzahl 6,082
Aktuelle Version 1.12.0
Letztes Update 2015-04-12
Veröffentlichungsdatum 2015-04-12
Bewertung 3.75/5 Insgesamt 76 Bewertungen
Entwickler Spouwny
Zahlungsart free
Hilfeseite URL https://groups.google.com/d/forum/contextbookmarks
Unterstützte Sprachen 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"
    ]
}