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.」です。
拡張機能のスクリーンショット
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!!!
拡張機能の基本情報
名前 | |
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" ] } } |