Pimp your 'New Tab'

Pimp your 'New Tab' - open any website or URL!

Pimp your 'New Tab'とは何ですか?

Pimp your 'New Tab'はjimmyffによって開発されたChromeの拡張機能で、その主な機能は「Pimp your 'New Tab' - open any website or URL!」です。

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

screenshot

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

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

拡張機能の使用方法

                        A super simple extension that allows you to customise your 'New Tab' page by setting it to redirect to a specific URL or website. I created this as the other New Tab redirect extensions all seem to be full of spyware! 

View & download the source code:
https://github.com/jimmyff/chome-new-tab

Permission explanation: The extension requires the 'Storage' permission to save your desired URL and the 'Tab' permission to change the URL of your 'New Tab' page. I could remove the tab permission and use the 'new tab override' method but if I did it this way, there would be no way to disable the custom page without disabling the whole extension. Also it would not put the cursor in the address bar. When Chrome adds functionality to allow temporary overrides I will change the implementation to support it.

 Happy pimpin! ^_^                    

拡張機能の基本情報

名前 Pimp your 'New Tab' Pimp your 'New Tab'
ID bafonlnpjoogacbjiffcbadecdgamjgb
公式URL https://chromewebstore.google.com/detail/pimp-your-new-tab/bafonlnpjoogacbjiffcbadecdgamjgb
説明 Pimp your 'New Tab' - open any website or URL!
ファイルサイズ 7.93 KB
インストール数 158
現在のバージョン 1.0.2
最終更新日 2016-02-24
公開日 2016-02-24
評価 4.10/5 合計 10 レビュー
開発者 jimmyff
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "options.html"
    },
    "description": "Pimp your 'New Tab' - open any website or URL!",
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Pimp your 'New Tab'",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "1.0.2"
}