Random New Tab

Loads one random page out of a custom list each time you click New Tab.

什么是Random New Tab?

Random New Tab是由Jesse Hufstetler开发的Chrome扩展程序,该扩展的主要功能是“Loads one random page out of a custom list each time you click New Tab.”。

扩展截图

screenshot

下载Random New Tab扩展crx文件

下载Random New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The extension syncs between signed-in browsers.

You can enter either URLs or messages that you want to be displayed.

Probability is simple: if you increase the probability to five, it's as if you added the item to the list five times.

There's also a notes column that's helpful for identifying cryptic URLs.                    

扩展基本信息

名称 Random New Tab Random New Tab
ID kfbabalfihbphpikodohlmklhlialhhh
官方URL https://chromewebstore.google.com/detail/random-new-tab/kfbabalfihbphpikodohlmklhlialhhh
简介 Loads one random page out of a custom list each time you click New Tab.
文件大小 208 KB
安装次数 163
当前版本 1.1.0.0
更新时间 2021-04-04
上架时间 2018-12-04
评分 5.00/5 共3次评分
开发者 Jesse Hufstetler
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Loads one random page out of a custom list each time you click New Tab.",
    "icons": {
        "16": "favicon16.png",
        "32": "favicon32.png",
        "48": "favicon48.png",
        "128": "favicon128.png"
    },
    "browser_action": [],
    "manifest_version": 2,
    "name": "Random New Tab",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "version": "1.1.0.0"
}