The Daily Greek Scholar
A daily listing of Greek phrases and proverbs.
Wat is The Daily Greek Scholar?
The Daily Greek Scholar is een Chrome-extensie ontwikkeld door pkoutoupis, en de belangrijkste functie is "A daily listing of Greek phrases and proverbs.".
Extensie Screenshots
Download het CRX-bestand van de extensie The Daily Greek Scholar
Download The Daily Greek Scholar-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
Get a quote of the day from the Classical period of the ancient world. Basisinformatie over de Extensie
| Naam | |
| ID | fknepkbkhnncbjigpbbmapeikpcbhipi |
| Officiële URL | https://chromewebstore.google.com/detail/the-daily-greek-scholar/fknepkbkhnncbjigpbbmapeikpcbhipi |
| Beschrijving | A daily listing of Greek phrases and proverbs. |
| Bestandsgrootte | 31.46 KB |
| Aantal Installaties | 149 |
| Huidige Versie | 2.1 |
| Laatst Bijgewerkt | 2015-03-27 |
| Publicatiedatum | 2015-03-27 |
| Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | pkoutoupis |
| Betalingswijze | free |
| Extensiewebsite | http://www.petroskoutoupis.com |
| Ondersteunde Talen | 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"
]
}
]
} | |