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
Eメール [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"
    ]
}