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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rotate Custom New Tab Extensions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
        ]
    }
}