The Daily Greek Scholar

A daily listing of Greek phrases and proverbs.

Apa itu The Daily Greek Scholar?

The Daily Greek Scholar adalah ekstensi Chrome yang dikembangkan oleh pkoutoupis, dan fitur utamanya adalah "A daily listing of Greek phrases and proverbs.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The Daily Greek Scholar

Unduh file ekstensi The Daily Greek Scholar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama The Daily Greek Scholar The Daily Greek Scholar
ID fknepkbkhnncbjigpbbmapeikpcbhipi
URL Resmi https://chromewebstore.google.com/detail/the-daily-greek-scholar/fknepkbkhnncbjigpbbmapeikpcbhipi
Deskripsi A daily listing of Greek phrases and proverbs.
Ukuran File 31.46 KB
Jumlah Instalasi 149
Versi Saat Ini 2.1
Terakhir Diperbarui 2015-03-27
Tanggal Publikasi 2015-03-27
Penilaian 4.43/5 Total 7 Penilaian
Pengembang pkoutoupis
Tipe Pembayaran free
Situs Ekstensi http://www.petroskoutoupis.com
Bahasa yang Didukung 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"
            ]
        }
    ]
}