The Daily Greek Scholar
A daily listing of Greek phrases and proverbs.
The Daily Greek Scholarとは何ですか?
The Daily Greek Scholarはpkoutoupisによって開発されたChromeの拡張機能で、その主な機能は「A daily listing of Greek phrases and proverbs.」です。
拡張機能のスクリーンショット
The Daily Greek Scholar拡張機能のCRXファイルをダウンロード
The Daily Greek Scholar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get a quote of the day from the Classical period of the ancient world.
拡張機能の基本情報
名前 | The Daily Greek Scholar |
ID | fknepkbkhnncbjigpbbmapeikpcbhipi |
公式URL | https://chromewebstore.google.com/detail/the-daily-greek-scholar/fknepkbkhnncbjigpbbmapeikpcbhipi |
説明 | A daily listing of Greek phrases and proverbs. |
ファイルサイズ | 31.46 KB |
インストール数 | 149 |
現在のバージョン | 2.1 |
最終更新日 | 2015-03-27 |
公開日 | 2015-03-27 |
評価 | 4.43/5 合計 7 レビュー |
開発者 | pkoutoupis |
支払い方法 | free |
拡張機能のウェブサイト | http://www.petroskoutoupis.com |
対応言語 | 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" ] } ] } |