Quotes Homepage

Get a random motivational or inspirational quote for each new homepage

Quotes Homepageคืออะไร?

Quotes Homepage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jose Naime และคุณลักษณะหลักของมันคือ "Get a random motivational or inspirational quote for each new homepage"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quotes Homepage

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}