Random Newtab Image

Set chrome new tab image which is choosed from bing, artstation, flickr! Will replace the original default tab.

Random Newtab Imageとは何ですか?

Random Newtab Imageはlishengによって開発されたChromeの拡張機能で、その主な機能は「Set chrome new tab image which is choosed from bing, artstation, flickr! Will replace the original default tab.」です。

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

screenshot
screenshot

Random Newtab Image拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Randomly choose images from bing, artstation, flickr as your chrome newtab image.
According to Google's policy, this extension will replace your default tab.

The extension can also set Windows10 desktop image with the help of a local exe.
download: https://www.dropbox.com/s/yzpskpatgohhvvs/RandomBackground.msi?dl=0
Source Code: https://github.com/abucraft/RandomBackgroundChromeExt 

Any problem please send email to me([email protected]).                    

拡張機能の基本情報

名前 Random Newtab Image Random Newtab Image
ID gbikeliglehfocdcmohamnnjhepmldem
公式URL https://chromewebstore.google.com/detail/random-newtab-image/gbikeliglehfocdcmohamnnjhepmldem
説明 Set chrome new tab image which is choosed from bing, artstation, flickr! Will replace the original default tab.
ファイルサイズ 199 KB
インストール数 313
現在のバージョン 1.7.5
最終更新日 2020-07-21
公開日 2019-12-21
評価 4.29/5 合計 7 レビュー
開発者 lisheng
Eメール [email protected]
支払い方法 free
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.7.5",
    "default_locale": "en",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "https:\/\/*.flickr.com\/*",
        "https:\/\/*.artstation.com\/*",
        "https:\/\/*.bing.com\/*",
        "nativeMessaging"
    ],
    "optional_permissions": [
        "background"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "lib\/utils.js",
            "lib\/jquery-3.2.0.min.js",
            "bg\/log.js",
            "bg\/imageUrlLoader.js",
            "bg\/bingImageUrl.js",
            "bg\/artstationImageUrl.js",
            "bg\/flickrImageUrl.js",
            "bg\/background.js"
        ]
    },
    "web_accessible_resources": [
        "cs\/setting.html",
        "icon.png"
    ]
}