书签管理
在任何页面都可以通过书签关键字快速搜索打开书签,管理您的书签
What is 书签管理?
书签管理 is a Chrome extension developed by https://www.zangse.mobi, and its main feature is "在任何页面都可以通过书签关键字快速搜索打开书签,管理您的书签".
Extension Screenshots
Download 书签管理 Extension CRX File
Download 书签管理 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
一款便利的书签管理插件。 可以在任何页面打开插件输入关键字搜索您的书签。快捷键: Command +B (MAC) ,Ctrl +B (其他操作系统) 可以在管理页面编辑书签,批量操作书签。 2017-11-9号更新 - 修改导航条状态,标识选中目录 - 在选中状态下无法打开新文件夹和新书签 - 移动书签时,新建文件夹默认选中 - 修复删除书签,列表不更新的bug 2017-11-13更新 - 文件夹和书签重命名(编辑问题) - 优化搜索过程,实现实时搜索 - 修复其他已知问题 2017-11-16更新 - 增加操作提示 - 搜索后,popup层(弹出界面)支持tab切换选中,然后按enter键可以打开新页面(已移除) 2017-11-30 - 更新 国际化,支持英文 2017-12-8 - 修复已知问题 2018-1-2 更新 - 弹出层搜索结果,取消tab键行为,可使用上/下键选择,enter键从新标签页打开 - 弹出层搜索结果,可使用ctrl+数字键(1~9)直接从新标签页打开书签 2018-05-24更新 -解决弹出层input框未聚焦问题,美化侧边滑动栏 2018-6-26更新 - 小幅优化 当前为测试版本,有任何问题,欢迎反馈在评论区或者在github给出意见 github:https://github.com/zangse/vue-chrome-extension/tree/master/hiBookMarks
Extension Basic Information
Name | |
ID | kimcgbcdngdnggfmkjdmmjceijnkcjmd |
Official URL | https://chrome.google.com/webstore/detail/%E4%B9%A6%E7%AD%BE%E7%AE%A1%E7%90%86/kimcgbcdngdnggfmkjdmmjceijnkcjmd |
Description | 在任何页面都可以通过书签关键字快速搜索打开书签,管理您的书签 |
File Size | 692 KB |
Installation Count | 4,000 |
Current Version | 0.0.15 |
Last Updated | 2018-06-25 |
Publish Date | 2018-06-25 |
Rating | 4.49/5 Total 47 Ratings |
Developer | https://www.zangse.mobi |
Payment Type | free |
Extension Website | https://github.com/zangse/vue-chrome-extension |
Help Page URL | https://github.com/zangse/vue-chrome-extension |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "0.0.15", "default_locale": "zh_CN", "description": "__MSG_appDescription__", "icons": { "128": "static\/images\/icon128.png" }, "browser_action": { "default_icon": "static\/images\/icon128.png", "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "options_page": "index.html", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+B", "mac": "Command+B", "chromeos": "Ctrl+B", "linux": "Ctrl+B" } } }, "homepage_url": "https:\/\/github.com\/zangse\/vue-chrome-extension", "permissions": [ "activeTab", "bookmarks", "tabs", "history", "http:\/\/*\/*", "https:\/\/*\/*", " |