Search on Bookmark
Incremental search Bookmarks from Toolbar Button.
What is Search on Bookmark?
Search on Bookmark is a Chrome extension developed by norahmarinkovic, and its main feature is "Incremental search Bookmarks from Toolbar Button.".
Extension Screenshots
Download Search on Bookmark Extension CRX File
Download Search on Bookmark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Incremental search Bookmarks from Toolbar Button.
Ver 0.6.13
Add New Search-mode
(this mode is beta. I wait for your feedback.)
Ver 0.6.10
New Searchbox
Ver 0.6.7
Bugfix & Manifest V2?
Ver 0.6.5
Bugfix Not Remove Folder
Update Search Box UI Design
Ver 0.6.5
Update Keybord Navigation
Ver 0.6.4
Bugfix Keybord Navigation
Add Contextmenu Open Incognito window
Ver 0.6.3
Update Speed.
Ver 0.6.2
Brush up UI
Redesign Search Box and Edit Dialog
Ver 0.6.1
Full Model Change
Update
1.Support Edit Bookmark URL
2.Recently Bookmarks (20 items)
3.Right Click Menu (by default)
4.Keybord Navigation (by default)
Remove
1.Experience Mode
2.Close button
Ver 0.5.14
Update Keybord Navigation
Minor Bug Fix
Ver 0.5.13
Bug Fix thank for Seth
Ver 0.5.12
Chrome5 Support.
Change Permission(chrome://favicon/). Please this addon Enable.
Add Show Favicon.
Ver 0.5.11
Minor Bug Fix.
Ver 0.5.10
Minor Bug Fix.
Update Bookmaklet Compatibility
Update Experience Mode
1. Keybord Navigation
Ver 0.5.8
Critical Bug Fix.
Ver 0.5.7
Add Keybord Shortcut.
Shift+Click Folder Item - Open All Bookmark in New Window
Add Experience Mode (default by off)
1. Right Click Menu
2. New Search Box
Ver 0.5.5
Mod UI Design - Chrome5 Like
Add Keybord Shortcut.
Ctrl+Click Folder Item - Open All Bookmark in Tab
Alt+Click Bookmakr Item - Open and Remove
Ver 0.5.1
Add URL Display
Add Option Page
Add Delete & Rename Folder
Mod Edit & Delete UI
Mod Search Box & Search Item UI
Ver 0.5.0
Add Keybord Shortcut. Ctrl+Click Open New Tab. Shift+Click Open New Window.
Minor bug fix.
Add Close button
Add Bookmarklet(Cannot use Popup window) Support (experimental function)
Add i18n Include Locales en and ja
Add Remove Item
Add Rename Title
Mod UI Design Extension Basic Information
| Name | |
| ID | ebalpcfngdhkpndfognjoffolfpiilnm |
| Official URL | https://chromewebstore.google.com/detail/search-on-bookmark/ebalpcfngdhkpndfognjoffolfpiilnm |
| Description | Incremental search Bookmarks from Toolbar Button. |
| File Size | 53.27 KB |
| Installation Count | 7,486 |
| Current Version | 0.6.13 |
| Last Updated | 2013-07-04 |
| Publish Date | 2013-07-04 |
| Rating | 4.24/5 Total 63 Ratings |
| Developer | norahmarinkovic |
| [email protected] | |
| Payment Type | free |
| Help Page URL | http://twitter.com/norahmodel |
| Supported Languages | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"background": {
"page": "background.html"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"browser_action": {
"default_title": "__MSG_extBtnTitle__",
"default_popup": "popup.html"
},
"default_locale": "en",
"description": "__MSG_extDesc__",
"name": "__MSG_extName__",
"options_page": "option.html",
"permissions": [
"tabs",
"bookmarks",
"http:\/\/*\/",
"chrome:\/\/favicon\/"
],
"version": "0.6.13"
} | |