Book Mark Viewer
View your bookmarks as an interactive connected Graph
什么是Book Mark Viewer?
Book Mark Viewer是由devsadda开发的Chrome扩展程序,该扩展的主要功能是“View your bookmarks as an interactive connected Graph”。
扩展截图
下载Book Mark Viewer扩展crx文件
下载Book Mark Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It converts your lousy bookmarks to an interactive connected visually rich graph you can play around with. Check out the hierarchy of your bookmarks and have a visual treat...
扩展基本信息
名称 | Book Mark Viewer |
ID | lfmmjhnknhjbackcakifjjnfnifgmpem |
官方URL | https://chromewebstore.google.com/detail/book-mark-viewer/lfmmjhnknhjbackcakifjjnfnifgmpem |
简介 | View your bookmarks as an interactive connected Graph |
文件大小 | 135 KB |
安装次数 | 37 |
当前版本 | 1.0 |
更新时间 | 2014-06-02 |
上架时间 | 2014-06-02 |
评分 | 3.25/5 共4次评分 |
开发者 | devsadda |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": " Book Mark Viewer", "version": "1.0", "description": "View your bookmarks as an interactive connected Graph", "permissions": [ "bookmarks" ], "browser_action": { "default_title": "My Bookmarks", "default_icon": "icon.png", "default_popup": "index.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |