Context Bookmarks
Add your bookmarks in your contextual menu.
Context Bookmarks란 무엇입니까?
Context Bookmarks은(는) Spouwny에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add your bookmarks in your contextual menu."입니다.
확장 프로그램 스크린샷
Context Bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |