new taBoo
Show your favourite bookmarked sites when you open a new tab.
什么是new taBoo?
new taBoo是由venomDev开发的Chrome扩展程序,该扩展的主要功能是“Show your favourite bookmarked sites when you open a new tab.”。
扩展截图
下载new taBoo扩展crx文件
下载new taBoo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
new taBoo opens your favorite bookmarked sites whenever you open a new tab. You can save sites to different categories for easier sorting. new taBoo can be handy for saving pages to read later and having them appear ready to read later. You can use it to jump to an interesting site when you have a few minutes to spare between meetings, avoiding chores or while hiding from the kids. To add a site simply click on the new taBoo icon and select the category to save it in. You also remove sites by clicking on the new taBoo icon or through the Bookmark Manager. Permissions are required for the current open tab, storage for categories and bookmarks for getting the random site. ** This is an early release to get feedback for bugs and any feature requests. To be added: * Category random buttons - Select only sites within a category.
扩展基本信息
名称 | new taBoo |
ID | fdndbkojjjepcijbbhadnbdmbjjdojah |
官方URL | https://chromewebstore.google.com/detail/new-taboo/fdndbkojjjepcijbbhadnbdmbjjdojah |
简介 | Show your favourite bookmarked sites when you open a new tab. |
文件大小 | 162 KB |
安装次数 | 16 |
当前版本 | 0.1.1 |
更新时间 | 2015-01-06 |
上架时间 | 2015-01-06 |
评分 | 5.00/5 共1次评分 |
开发者 | venomDev |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "new taBoo", "description": "Show your favourite bookmarked sites when you open a new tab.", "version": "0.1.1", "author": "venomDev", "background": { "scripts": [ "js\/jquery.min.js", "js\/setup.js", "js\/taboo.js", "js\/bookmarks.js" ] }, "browser_action": { "default_icon": "media\/icons\/bookmark-add-38.png", "default_popup": "savebm.html" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "bookmarks", "storage", "tabs", "webNavigation" ] } |