NewTab++

Minimalistic gateway to the interwebs.

NewTab++とは何ですか?

NewTab++はg1ebによって開発されたChromeの拡張機能で、その主な機能は「Minimalistic gateway to the interwebs.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

NewTab++拡張機能のCRXファイルをダウンロード

NewTab++拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Change your "New Tab" into a well organized, visual overview of your favorite websites.

Built to be as simple as possible. Very lightweight.

You can add/edit/remove links at fixed positions on the screen.
You can change number and size of links by making them larger or smaller.
When provided, an image will be used to identify the link, otherwise first letter of the title.

Controls:
1. Click to add a new item.
2. Long press to edit an item.
3. Hover over bottom right corner for zoom options.
4. .....
5. Profit!

----------------------------------------------------------------

Improvements made in most recent version (v0.0.4):

- Link images can be referenced by url
- Added access to local files urls
- Bug fixes

----------------------------------------------------------------

All feedback is welcome :)                    

拡張機能の基本情報

名前 NewTab++ NewTab++
ID kjmkkbgkkcobcmepmdljdfdfanmmhjjp
公式URL https://chromewebstore.google.com/detail/newtab++/kjmkkbgkkcobcmepmdljdfdfanmmhjjp
説明 Minimalistic gateway to the interwebs.
ファイルサイズ 95.54 KB
インストール数 71
現在のバージョン 0.0.5
最終更新日 2015-11-03
公開日 2015-11-03
評価 4.67/5 合計 3 レビュー
開発者 g1eb
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NewTab++",
    "short_name": "nt++",
    "description": "Minimalistic gateway to the interwebs.",
    "version": "0.0.5",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        ""
    ],
    "icons": {
        "256": "images\/icon_256.png",
        "128": "images\/icon_128.png",
        "22": "images\/icon_22.png",
        "16": "images\/icon_16.png"
    },
    "default_icon": "images\/icon.png",
    "web_accessible_resources": [
        "css\/styles.css",
        "js\/query-1.9.0.min.js",
        "js\/script.js",
        "images\/cogs.svg",
        "images\/plus.svg",
        "images\/minus.svg",
        "images\/filler.svg",
        "images\/icon_256.png",
        "images\/icon_128.png",
        "images\/icon_22.png",
        "images\/icon_16.png",
        "images\/icon.png"
    ]
}