New Tab Chrome Experiments

A new Chrome Experiment each time you open a new tab

New Tab Chrome Experiments là gì?

New Tab Chrome Experiments là một tiện ích mở rộng Chrome được phát triển bởi http://mikecann.co.uk, và tính năng chính của nó là "A new Chrome Experiment each time you open a new tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng New Tab Chrome Experiments

Tải xuống các tệp mở rộng New Tab Chrome Experiments dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên New Tab Chrome Experiments New Tab Chrome Experiments
ID ooopblodejpcihjoaepffbkkhfeeofhp
URL Chính Thức https://chrome.google.com/webstore/detail/new-tab-chrome-experiment/ooopblodejpcihjoaepffbkkhfeeofhp
Mô tả A new Chrome Experiment each time you open a new tab
Kích Thước Tệp 709 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-06-27
Ngày Phát Hành 2016-06-27
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://mikecann.co.uk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://mikecann.co.uk
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}