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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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!!!
확장 프로그램 기본 정보
이름 | |
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" ] } } |