Random Newtab Image

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

Random Newtab Image là gì?

Random Newtab Image là một tiện ích mở rộng Chrome được phát triển bởi lisheng, và tính năng chính của nó là "Set chrome new tab image which is choosed from bing, artstation, flickr! Will replace the original default tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Random Newtab Image

Tải xuống các tệp mở rộng Random Newtab Image dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Random Newtab Image Random Newtab Image
ID gbikeliglehfocdcmohamnnjhepmldem
URL Chính Thức https://chromewebstore.google.com/detail/random-newtab-image/gbikeliglehfocdcmohamnnjhepmldem
Mô tả Set chrome new tab image which is choosed from bing, artstation, flickr! Will replace the original default tab.
Kích Thước Tệp 199 KB
Số Lần Cài Đặt 313
Phiên Bản Hiện Tại 1.7.5
Cập Nhật Lần Cuối 2020-07-21
Ngày Phát Hành 2019-12-21
Đánh Giá 4.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển lisheng
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}