Quotidian

Quotes that are a click away.

Quotidianคืออะไร?

Quotidian เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nachiketa Gargi และคุณลักษณะหลักของมันคือ "Quotes that are a click away."

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

screenshot
screenshot

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

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

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

                        Quotidian shows you a random quote when you click the button. You can listen to the quote, copy it to the clipboard and more.

Features:
    - Button for copying to clipboard
    - Click on the speaker icon in the popup, and it will speak the quote aloud.
    - Link to author's Wikipedia page
    - Easy to use interface
    - Quotes are sourced from forismatic                    

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

ชื่อ Quotidian Quotidian
ID enmpfepcgocdhfbbagianaaapmoliekb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quotidian/enmpfepcgocdhfbbagianaaapmoliekb
คำอธิบาย Quotes that are a click away.
ขนาดไฟล์ 24.18 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.2.8
อัปเดตครั้งล่าสุด 2015-01-06
วันที่เผยแพร่ 2015-01-05
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Nachiketa Gargi
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://ngargi.me/quotidian
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quotidian",
    "version": "1.2.8",
    "author": "Nachiketa Gargi",
    "description": "Quotes that are a click away.",
    "browser_action": {
        "default_icon": {
            "128": "quotidian.png",
            "19": "quotidian.png",
            "48": "quotidian48.png"
        },
        "default_title": "Quotidian",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "quotidian.png",
        "19": "quotidian.png",
        "48": "quotidian48.png"
    },
    "permissions": [
        "http:\/\/api.forismatic.com\/",
        "tts",
        "clipboardWrite"
    ]
}