NEW TAB 2 APPS
Chromeの新規タブを、アプリにするだけの拡張機能です
What is NEW TAB 2 APPS?
NEW TAB 2 APPS is a Chrome extension developed by http://sleepingcatsyndrome.com, and its main feature is "Chromeの新規タブを、アプリにするだけの拡張機能です".
Extension Screenshots
Download NEW TAB 2 APPS Extension CRX File
Download NEW TAB 2 APPS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Default new tab is access histories. This extension changes new tab to chrome app page.
Extension Basic Information
Name | |
ID | dhkcaeemilengpeifdlepmeilngeabpc |
Official URL | https://chrome.google.com/webstore/detail/new-tab-2-apps/dhkcaeemilengpeifdlepmeilngeabpc |
Description | Chromeの新規タブを、アプリにするだけの拡張機能です |
File Size | 7.59 KB |
Installation Count | 13 |
Current Version | 1.0.0 |
Last Updated | 2014-03-04 |
Publish Date | 2014-03-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://sleepingcatsyndrome.com |
Payment Type | free |
Supported Languages | 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" } |