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文件
下载The Cards of War扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |