Quotes Homepage

Get a random motivational or inspirational quote for each new homepage

Quotes Homepageとは何ですか?

Quotes HomepageはJose Naimeによって開発されたChromeの拡張機能で、その主な機能は「Get a random motivational or inspirational quote for each new homepage」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Quotes Homepage拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        If you want to get motivated or inspired on each new tab, Quotes Homepage will help you with it; our database contains more than 150 random quotes from a wide selection of authors. You can customize the homepage to make it more personal by changing the highlight color and font.

Quotes Homepage it's completely FREE, as it doesn't contain any subscription or extra payment (btw, it doesn't have any Ads). That's why any small donation it's completely grateful.

Support the project !
https://www.buymeacoffee.com/JoseNaime                    

拡張機能の基本情報

名前 Quotes Homepage Quotes Homepage
ID abbakcklnbaccfjgpenaaimnkdgdighf
公式URL https://chromewebstore.google.com/detail/quotes-homepage/abbakcklnbaccfjgpenaaimnkdgdighf
説明 Get a random motivational or inspirational quote for each new homepage
ファイルサイズ 44.88 KB
インストール数 18
現在のバージョン 1.1
最終更新日 2021-08-31
公開日 2021-08-18
評価 5.00/5 合計 1 レビュー
開発者 Jose Naime
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.daily-quotes.xyz
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotes Homepage",
    "description": "Get a random motivational or inspirational quote for each new homepage",
    "author": "Jose Naime",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "Quotes16.png",
        "48": "Quotes48.png",
        "128": "Quotes128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/kit.fontawesome.com https:\/\/cse.google.com\/cse.js; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_popup": "Popup\/popup.html"
    }
}