NEW TAB 2 APPS

Chromeの新規タブを、アプリにするだけの拡張機能です

Cos'è NEW TAB 2 APPS?

NEW TAB 2 APPS è un'estensione di Chrome sviluppata da http://sleepingcatsyndrome.com, e la sua funzione principale è "Chromeの新規タブを、アプリにするだけの拡張機能です".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione NEW TAB 2 APPS

Scarica i file di estensione NEW TAB 2 APPS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Default new tab is access histories.
This extension changes new tab to chrome app page.                    

Informazioni di Base sull'Estensione

Nome NEW TAB 2 APPS NEW TAB 2 APPS
ID dhkcaeemilengpeifdlepmeilngeabpc
URL Ufficiale https://chrome.google.com/webstore/detail/new-tab-2-apps/dhkcaeemilengpeifdlepmeilngeabpc
Descrizione Chromeの新規タブを、アプリにするだけの拡張機能です
Dimensione del File 7.59 KB
Conteggio Installazioni 13
Versione Corrente 1.0.0
Ultimo Aggiornamento 2014-03-04
Data di Pubblicazione 2014-03-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://sleepingcatsyndrome.com
Tipo di Pagamento free
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NEW TAB 2 APPS",
    "version": "1.0.0",
    "default_locale": "ja",
    "description": "Chrome\u306e\u65b0\u898f\u30bf\u30d6\u3092\u3001\u30a2\u30d7\u30ea\u306b\u3059\u308b\u3060\u3051\u306e\u62e1\u5f35\u6a5f\u80fd\u3067\u3059",
    "icons": {
        "16": "ico\/16x16.png",
        "128": "ico\/128x128.png"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "short_name": "NEW TAB 2 APPS"
}