Quotidian

Quotes that are a click away.

Co to jest Quotidian?

Quotidian to rozszerzenie Chrome opracowane przez Nachiketa Gargi, a jego główną funkcją jest „Quotes that are a click away.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Quotidian

Pobierz pliki rozszerzeń Quotidian w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Quotidian Quotidian
ID enmpfepcgocdhfbbagianaaapmoliekb
Oficjalny URL https://chromewebstore.google.com/detail/quotidian/enmpfepcgocdhfbbagianaaapmoliekb
Opis Quotes that are a click away.
Rozmiar pliku 24.18 KB
Liczba instalacji 27
Aktualna Wersja 1.2.8
Ostatnia Aktualizacja 2015-01-06
Data Publikacji 2015-01-05
Ocena 5.00/5 Łącznie 9 Oceny
Deweloper Nachiketa Gargi
Typ Płatności free
Strona Rozszerzenia http://ngargi.me/quotidian
Obsługiwane Języki 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"
    ]
}