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 |
官方網址 | 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" ] } |