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
官方網址 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
電子郵箱 [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"
    }
}