The Cards of War
A graphic adaptation of Suntzu's The Art of War
The Cards of War란 무엇입니까?
The Cards of War은(는) http://cow.aforadrian.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A graphic adaptation of Suntzu's The Art of War"입니다.
확장 프로그램 스크린샷
The Cards of War 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Probably the best app for Suntzu: *900+ illustrations* - 900+ colourful illustrations designed with golden ratio grid. *Original scripts* - Read the Chinese original scripts side by side. *Multi-Lingual* - Switch between Traditional Chinese / Japanese / English *Shuffling random quotes* - Randomly picks a quote for inspirations. *Layouts* - Creative layouts: Gallery mode, Thumbnail mode, Test mode * How this works? This App contains the whole Art of War text in English for easy reading. Paragraphs are divided into small "cards", each contains one sentence and an illustration. ----------------------------------------------------------------------- The text is based on the manuscript of Yinqueshan Han bamboo slips. The earliest known version of Suntzu's The Art of War. Made in Hong Kong with love. http://cow.aforadrian.com -----------------------------------------------------------------------
확장 프로그램 기본 정보
이름 | |
ID | hpgbkfhmiogjchjbjcceidbgcehdeheo |
공식 URL | https://chrome.google.com/webstore/detail/the-cards-of-war/hpgbkfhmiogjchjbjcceidbgcehdeheo |
설명 | A graphic adaptation of Suntzu's The Art of War |
파일 크기 | 36.03 MB |
설치 횟수 | 35 |
현재 버전 | 1.1 |
최근 업데이트 | 2016-09-02 |
출시 날짜 | 2016-09-02 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | http://cow.aforadrian.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://cow.aforadrian.com |
지원되는 언어 | en,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.1", "manifest_version": 2, "browser_action": { "default_icon": "chrome\/img\/logo.png", "default_popup": "chrome\/popup.html", "default_title": "The Cards of War" }, "icons": { "16": "chrome\/img\/icon16.png", "128": "chrome\/img\/logo.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab" ] } |