New Tab Chrome Experiments

A new Chrome Experiment each time you open a new tab

Qu'est-ce que New Tab Chrome Experiments ?

New Tab Chrome Experiments est une extension Chrome développée par http://mikecann.co.uk, et sa fonction principale est "A new Chrome Experiment each time you open a new tab".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension New Tab Chrome Experiments

Téléchargez les fichiers d'extension New Tab Chrome Experiments au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom New Tab Chrome Experiments New Tab Chrome Experiments
ID ooopblodejpcihjoaepffbkkhfeeofhp
URL Officiel https://chrome.google.com/webstore/detail/new-tab-chrome-experiment/ooopblodejpcihjoaepffbkkhfeeofhp
Description A new Chrome Experiment each time you open a new tab
Taille du Fichier 709 KB
Nombre d'Installations 74
Version Actuelle 1.2
Dernière Mise à Jour 2016-06-27
Date de Publication 2016-06-27
Évaluation 1.00/5 Total 1 Évaluations
Développeur http://mikecann.co.uk
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://mikecann.co.uk
Langues Prises en Charge 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"
    ]
}