The Daily Greek Scholar

A daily listing of Greek phrases and proverbs.

Qu'est-ce que The Daily Greek Scholar ?

The Daily Greek Scholar est une extension Chrome développée par pkoutoupis, et sa fonction principale est "A daily listing of Greek phrases and proverbs.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Daily Greek Scholar

Téléchargez les fichiers d'extension The Daily Greek Scholar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Get a quote of the day from the Classical period of the ancient world.                    

Informations de Base sur l'Extension

Nom The Daily Greek Scholar The Daily Greek Scholar
ID fknepkbkhnncbjigpbbmapeikpcbhipi
URL Officiel https://chromewebstore.google.com/detail/the-daily-greek-scholar/fknepkbkhnncbjigpbbmapeikpcbhipi
Description A daily listing of Greek phrases and proverbs.
Taille du Fichier 31.46 KB
Nombre d'Installations 149
Version Actuelle 2.1
Dernière Mise à Jour 2015-03-27
Date de Publication 2015-03-27
Évaluation 4.43/5 Total 7 Évaluations
Développeur pkoutoupis
Type de Paiement free
Site Web de l'Extension http://www.petroskoutoupis.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Daily Greek Scholar",
    "version": "2.1",
    "description": "A daily listing of Greek phrases and proverbs.",
    "browser_action": {
        "default_title": "Daily Classics Scholar",
        "default_icon": "128.png",
        "default_popup": "DailyGreekScholar.html"
    },
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}