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」です。
拡張機能のスクリーンショット
New Tab Chrome Experiments拡張機能のCRXファイルをダウンロード
New Tab Chrome Experiments拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |