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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}