New Tab Chrome Experiments

A new Chrome Experiment each time you open a new tab

O que é New Tab Chrome Experiments?

New Tab Chrome Experiments é uma extensão do Chrome desenvolvida por http://mikecann.co.uk, e sua principal característica é "A new Chrome Experiment each time you open a new tab".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão New Tab Chrome Experiments

Baixe arquivos de extensão New Tab Chrome Experiments no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome New Tab Chrome Experiments New Tab Chrome Experiments
ID ooopblodejpcihjoaepffbkkhfeeofhp
URL Oficial https://chrome.google.com/webstore/detail/new-tab-chrome-experiment/ooopblodejpcihjoaepffbkkhfeeofhp
Descrição A new Chrome Experiment each time you open a new tab
Tamanho do Arquivo 709 KB
Contagem de Instalações 74
Versão Atual 1.2
Última Atualização 2016-06-27
Data de Publicação 2016-06-27
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor http://mikecann.co.uk
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://mikecann.co.uk
Idiomas Suportados 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"
    ]
}