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" ] } ] } |