Gu New Tab

Personalize your default New Tab page with custom background images, colors, and your favorite mottos.

Gu New Tabとは何ですか?

Gu New Tabはhangu1116によって開発されたChromeの拡張機能で、その主な機能は「Personalize your default New Tab page with custom background images, colors, and your favorite mottos.」です。

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

screenshot
screenshot
screenshot
screenshot

Gu New Tab拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Love to discover interesting places? Do you want to see the signature in the new label page at all times? Want to put the reminder on the new tab page? So Gu New Tab makes every new page a trip.

New Features:
• Repair long time loading bug
• Repair the black edge bug
• Increase the security package of localStorage

v1.6.1:
• Can modify motto/todo directly on the new tab page
• Use color placeholder preloading mode
• Optimize the page animation, layout
• The new fliker map
• Add local pictures
• Tracked bugs                    

拡張機能の基本情報

名前 Gu New Tab Gu New Tab
ID flpkegbinjelbodpbdojjhklbkkddmca
公式URL https://chromewebstore.google.com/detail/gu-new-tab/flpkegbinjelbodpbdojjhklbkkddmca
説明 Personalize your default New Tab page with custom background images, colors, and your favorite mottos.
ファイルサイズ 4.79 MB
インストール数 12
現在のバージョン 0.1.6.2
最終更新日 2018-03-13
公開日 2018-03-12
評価 5.00/5 合計 1 レビュー
開発者 hangu1116
Eメール [email protected]
支払い方法 free
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.1.6.2",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": ".\/image\/icon128.png"
    },
    "browser_action": [],
    "permissions": [
        "*:\/\/wallpaper.apc.360.cn\/*",
        "*:\/\/www.google.com\/*",
        "*:\/\/www.gstatic.com\/*",
        "*:\/\/api.unsplash.com\/*",
        "https:\/\/api.flickr.com\/*"
    ],
    "author": "cyj",
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_page": ".\/option\/options.html"
}