SiteBookmarks
View your bookmarks on the current site from the context (right-click) menu.
什么是SiteBookmarks?
SiteBookmarks是由https://site.simonandrewbrown.co.uk开发的Chrome扩展程序,该扩展的主要功能是“View your bookmarks on the current site from the context (right-click) menu.”。
扩展截图
下载SiteBookmarks扩展crx文件
下载SiteBookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a context-menu item listing all your bookmarks on the current site. If you have a lot of bookmarks, this makes it easier to go to your favourite pages on the specific site without hunting through your bookmarks.
Source code:
https://github.com/simonbrown/Site-Bookmarks 扩展基本信息
| 名称 | |
| ID | mijccbhecmjbiepdfpbnknpjeiggnomn |
| 官方URL | https://chromewebstore.google.com/detail/sitebookmarks/mijccbhecmjbiepdfpbnknpjeiggnomn |
| 简介 | View your bookmarks on the current site from the context (right-click) menu. |
| 文件大小 | 49.92 KB |
| 安装次数 | 91 |
| 当前版本 | 1.6 |
| 更新时间 | 2012-11-05 |
| 上架时间 | 2012-11-05 |
| 评分 | 4.18/5 共11次评分 |
| 开发者 | https://site.simonandrewbrown.co.uk |
| 付费类型 | free |
| 扩展官网 | http://www.isimonbrown.co.uk/contact/ |
| 帮助页面URL | http://www.isimonbrown.co.uk/contact/ |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SiteBookmarks",
"description": "View your bookmarks on the current site from the context (right-click) menu.",
"version": "1.6",
"manifest_version": 2,
"background": {
"scripts": [
"main.js"
]
},
"permissions": [
"bookmarks",
"contextMenus"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"options_page": "options.html",
"minimum_chrome_version": "20.0"
} | |