New Tab Chrome Experiments

A new Chrome Experiment each time you open a new tab

New Tab Chrome Experiments란 무엇입니까?

New Tab Chrome Experiments은(는) http://mikecann.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A new Chrome Experiment each time you open a new tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

New Tab Chrome Experiments 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        New Tab Chrome Experiments
--------------------------

ChromeExperiments.com has so many cool experiments, using this extension you get to see a new one each time you open a new tab!

If you like this extension then tell others and leave a nice review!

This extension is free and open-source: https://github.com/mikecann/new-tab-chrome-experiments

Release History
---------------

v1.2
- Removed unnecessary permission

v1.1
- Changed shortname

v1.0
- Initial Release!                    

확장 프로그램 기본 정보

이름 New Tab Chrome Experiments New Tab Chrome Experiments
ID ooopblodejpcihjoaepffbkkhfeeofhp
공식 URL https://chrome.google.com/webstore/detail/new-tab-chrome-experiment/ooopblodejpcihjoaepffbkkhfeeofhp
설명 A new Chrome Experiment each time you open a new tab
파일 크기 709 KB
설치 횟수 74
현재 버전 1.2
최근 업데이트 2016-06-27
출시 날짜 2016-06-27
평점 1.00/5 총 1 개의 평점
개발자 http://mikecann.co.uk
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://mikecann.co.uk
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Chrome Experiments",
    "short_name": "NTCE",
    "manifest_version": 2,
    "description": "A new Chrome Experiment each time you open a new tab",
    "version": "1.2",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "minimum_chrome_version": "29",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        "images\/*",
        "*.html"
    ]
}