The Daily Greek Scholar

A daily listing of Greek phrases and proverbs.

What is The Daily Greek Scholar?

The Daily Greek Scholar is a Chrome extension developed by pkoutoupis, and its main feature is "A daily listing of Greek phrases and proverbs.".

Extension Screenshots

screenshot

Download The Daily Greek Scholar Extension CRX File

Download The Daily Greek Scholar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name The Daily Greek Scholar The Daily Greek Scholar
ID fknepkbkhnncbjigpbbmapeikpcbhipi
Official URL https://chromewebstore.google.com/detail/the-daily-greek-scholar/fknepkbkhnncbjigpbbmapeikpcbhipi
Description A daily listing of Greek phrases and proverbs.
File Size 31.46 KB
Installation Count 149
Current Version 2.1
Last Updated 2015-03-27
Publish Date 2015-03-27
Rating 4.43/5 Total 7 Ratings
Developer pkoutoupis
Payment Type free
Extension Website http://www.petroskoutoupis.com
Supported Languages 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"
            ]
        }
    ]
}