Rotate Custom New Tab Extensions

This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page.

Rotate Custom New Tab Extensions là gì?

Rotate Custom New Tab Extensions là một tiện ích mở rộng Chrome được phát triển bởi gameofsvp, và tính năng chính của nó là "This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rotate Custom New Tab Extensions

Tải xuống các tệp mở rộng Rotate Custom New Tab Extensions 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

                        Google Chrome browser lets you install extensions which can provide with very creative and interesting new tab layouts before you actually navigate your desired web page.

Some of these provide news, flickr images, google earth images, todo lists etc. But unfortunately only one of those extension can be used at a time. 

This extension allows you to run one of those extensions for a while and then automatically shift to another chrome extension.

Once you install this extension, go to the options page and select those extensions which you would like to rotate among. Please make sure you only select those which actually render a custom new tab.

Enjoy!!!                    

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

Tên Rotate Custom New Tab Extensions Rotate Custom New Tab Extensions
ID damlendmfloenbcpoajmkofajhdelpni
URL Chính Thức https://chrome.google.com/webstore/detail/rotate-custom-new-tab-ext/damlendmfloenbcpoajmkofajhdelpni
Mô tả This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page.
Kích Thước Tệp 256 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-05-17
Ngày Phát Hành 2015-05-17
Nhà Phát Triển gameofsvp
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,
    "icons": {
        "128": "icon.png"
    },
    "name": "Rotate Custom New Tab Extensions",
    "description": "This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page.",
    "version": "1.2",
    "permissions": [
        "management",
        "tabs",
        "alarms",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}