Quiet Quote

This extension provides you with a fresh, inspirational quote every time you click!

Quiet Quoteคืออะไร?

Quiet Quote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย robertduplock และคุณลักษณะหลักของมันคือ "This extension provides you with a fresh, inspirational quote every time you click!"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Quiet Quote ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension provides you with a fresh, inspirational quote every time you click! Now with a refresh button.

"There is nothing noble in being superior to your fellow men. True nobility lies in being superior to your former self." 
- Ernest Hemingway

This extension is 100% free, ad free & will be forever. There is a small "Support Me" link if you're feeling generous. 

Quotes are sourced from the forismatic api - see http://forismatic.com/en/ for their cool stuff.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quiet Quote Quiet Quote
ID jkolpjlkefdnecigcmdjogmehjcnjobe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quiet-quote/jkolpjlkefdnecigcmdjogmehjcnjobe
คำอธิบาย This extension provides you with a fresh, inspirational quote every time you click!
ขนาดไฟล์ 33.47 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 0.7.0
อัปเดตครั้งล่าสุด 2017-03-08
วันที่เผยแพร่ 2017-03-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา robertduplock
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quiet Quote",
    "description": "This extension provides you with a fresh, inspirational quote every time you click!",
    "version": "0.7.0",
    "author": "Robert Duplock",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Quiet Quote"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "http:\/\/api.forismatic.com\/api\/"
    ]
}