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
官方網址 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
電子郵箱 [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"
    ]
}