New Tab Chrome Experiments

A new Chrome Experiment each time you open a new tab

Wat is New Tab Chrome Experiments?

New Tab Chrome Experiments is een Chrome-extensie ontwikkeld door http://mikecann.co.uk, en de belangrijkste functie is "A new Chrome Experiment each time you open a new tab".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie New Tab Chrome Experiments

Download New Tab Chrome Experiments-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam New Tab Chrome Experiments New Tab Chrome Experiments
ID ooopblodejpcihjoaepffbkkhfeeofhp
Officiële URL https://chrome.google.com/webstore/detail/new-tab-chrome-experiment/ooopblodejpcihjoaepffbkkhfeeofhp
Beschrijving A new Chrome Experiment each time you open a new tab
Bestandsgrootte 709 KB
Aantal Installaties 74
Huidige Versie 1.2
Laatst Bijgewerkt 2016-06-27
Publicatiedatum 2016-06-27
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://mikecann.co.uk
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://mikecann.co.uk
Ondersteunde Talen 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"
    ]
}