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."입니다.

확장 프로그램 스크린샷

screenshot

The Daily Greek Scholar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 The Daily Greek Scholar 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"
            ]
        }
    ]
}