New Tab Random Quote

Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.

什么是New Tab Random Quote?

New Tab Random Quote是由https://gabrielkrieshok.com开发的Chrome扩展程序,该扩展的主要功能是“Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.”。

扩展截图

screenshot
screenshot
screenshot

下载New Tab Random Quote扩展crx文件

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

扩展使用说明

                        Lets you replace the default 'new tab' screen with a randomly-selected quotation / thought / reminder of your own. The settings page allows you to add/remove quotations, as well as well as importing/exporting in bulk.                    

扩展基本信息

名称 New Tab Random Quote New Tab Random Quote
ID ajdmjnkmegnofepbbkaaklfopjgdocfl
官方URL https://chromewebstore.google.com/detail/new-tab-random-quote/ajdmjnkmegnofepbbkaaklfopjgdocfl
简介 Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.
文件大小 596 KB
安装次数 65
当前版本 2.3
更新时间 2020-08-24
上架时间 2020-06-28
评分 3.67/5 共3次评分
开发者 https://gabrielkrieshok.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://gabrielkrieshok.com
帮助页面URL http://gabrielkrieshok.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Random Quote",
    "version": "2.3",
    "description": "Override the 'new tab' page to randomly shows 1 of 1,000 interesting\/inspiring quotes, or update it with your own.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "author": "Gabriel Krieshok",
    "chrome_url_overrides": {
        "newtab": "quote.html"
    },
    "options_page": "index.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "quotelist.json"
    ]
}