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?

Rotate Custom New Tab Extensions是由gameofsvp開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page.”。

擴展截圖

screenshot

下載Rotate Custom New Tab Extensions擴展crx文件

下載Rotate Custom New Tab Extensions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!!!                    

擴展基本資訊

名稱 Rotate Custom New Tab Extensions Rotate Custom New Tab Extensions
ID damlendmfloenbcpoajmkofajhdelpni
官方網址 https://chrome.google.com/webstore/detail/rotate-custom-new-tab-ext/damlendmfloenbcpoajmkofajhdelpni
簡介 This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page.
檔案大小 256 KB
安裝次數 19
目前版本 1.2
更新時間 2015-05-17
上架時間 2015-05-17
開發者 gameofsvp
付費類型 free
支援的語言 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"
        ]
    }
}