New Tab Custom Quote

New motivational quote in every new tab. Or set your own quote

New Tab Custom Quoteとは何ですか?

New Tab Custom QuoteはCheenu Khuranaによって開発されたChromeの拡張機能で、その主な機能は「New motivational quote in every new tab. Or set your own quote」です。

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

screenshot
screenshot
screenshot

New Tab Custom Quote拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        On opening a new tab, a random motivational quote will be shown. You can customise to show your own quote or ToDo task. 


- Simple, Minimalistic design

- Completely free, without ads

- Works offline

- No account required


Want to suggest a quote or have feedback? Simply tweet @cheenukhurana                    

拡張機能の基本情報

名前 New Tab Custom Quote New Tab Custom Quote
ID jlnllcngghpmhmcpfibhhccefpefmknb
公式URL https://chromewebstore.google.com/detail/new-tab-custom-quote/jlnllcngghpmhmcpfibhhccefpefmknb
説明 New motivational quote in every new tab. Or set your own quote
ファイルサイズ 18.86 KB
インストール数 54
現在のバージョン 1.0
最終更新日 2020-07-04
公開日 2020-07-03
評価 4.50/5 合計 2 レビュー
開発者 Cheenu Khurana
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Custom Quote",
    "description": "New motivational quote in every new tab. Or set your own quote",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/quote_16.png",
            "32": "images\/quote_32.png",
            "48": "images\/quote_48.png",
            "128": "images\/quote_128.png"
        }
    },
    "icons": {
        "16": "images\/quote_16.png",
        "32": "images\/quote_32.png",
        "48": "images\/quote_48.png",
        "128": "images\/quote_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "quote.html"
    },
    "permissions": [
        "storage"
    ]
}