new taBoo

Show your favourite bookmarked sites when you open a new tab.

new taBoo là gì?

new taBoo là một tiện ích mở rộng Chrome được phát triển bởi venomDev, và tính năng chính của nó là "Show your favourite bookmarked sites when you open a new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng new taBoo

Tải xuống các tệp mở rộng new taBoo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên new taBoo new taBoo
ID fdndbkojjjepcijbbhadnbdmbjjdojah
URL Chính Thức https://chromewebstore.google.com/detail/new-taboo/fdndbkojjjepcijbbhadnbdmbjjdojah
Mô tả Show your favourite bookmarked sites when you open a new tab.
Kích Thước Tệp 162 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2015-01-06
Ngày Phát Hành 2015-01-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển venomDev
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}