Quote of the Day

Shows you an inspiring quote on the new tab page

什麼是Quote of the Day?

Quote of the Day是由admin開發的Chrome擴展程式,該擴展的主要功能是“Shows you an inspiring quote on the new tab page”。

擴展截圖

screenshot

下載Quote of the Day擴展crx文件

下載Quote of the Day擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Quote of the day is a way to enjoy each day
A way to get words from wise man and woman
Short poetry phrases 
Small facts of life 
And a spark of inspiration


terms: https://www.browsytool.com/terms
privacy policy: https://www.browsytool.com/privacy-policy
about: https://www.browsytool.com/about-our-company
contact us: https://www.browsytool.com/contact-info

Once the extension is downloaded, the 
extension will provide a custom search bar with results by Microsoft Bing.                    

擴展基本資訊

名稱 Quote of the Day Quote of the Day
ID eegjpgefejkgoepcknnjjmjhiacmgila
官方網址 https://chromewebstore.google.com/detail/quote-of-the-day/eegjpgefejkgoepcknnjjmjhiacmgila
簡介 Shows you an inspiring quote on the new tab page
檔案大小 207 KB
安裝次數 11,403
目前版本 1.0.2
更新時間 2023-08-08
上架時間 2022-01-11
評分 4.50/5 共 2 次評分
開發者 admin
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quote of the Day",
    "description": "Shows you an inspiring quote on the new tab page",
    "version": "1.0.2",
    "chrome_url_overrides": {
        "newtab": "src\/tab.html"
    },
    "action": {
        "default_icon": "src\/ico\/48p.png"
    },
    "icons": {
        "16": "src\/ico\/16p.png",
        "48": "src\/ico\/48p.png",
        "128": "src\/ico\/128p.png"
    }
}