Quotidian

Quotes that are a click away.

Wat is Quotidian?

Quotidian is een Chrome-extensie ontwikkeld door Nachiketa Gargi, en de belangrijkste functie is "Quotes that are a click away.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Quotidian

Download Quotidian-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Quotidian Quotidian
ID enmpfepcgocdhfbbagianaaapmoliekb
Officiële URL https://chromewebstore.google.com/detail/quotidian/enmpfepcgocdhfbbagianaaapmoliekb
Beschrijving Quotes that are a click away.
Bestandsgrootte 24.18 KB
Aantal Installaties 27
Huidige Versie 1.2.8
Laatst Bijgewerkt 2015-01-06
Publicatiedatum 2015-01-05
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar Nachiketa Gargi
Betalingswijze free
Extensiewebsite http://ngargi.me/quotidian
Ondersteunde Talen 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"
    ]
}