New Tab Chrome Experiments

A new Chrome Experiment each time you open a new tab

New Tab Chrome Experimentsคืออะไร?

New Tab Chrome Experiments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mikecann.co.uk และคุณลักษณะหลักของมันคือ "A new Chrome Experiment each time you open a new tab"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab Chrome Experiments

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    ]
}