The Cards of War

A graphic adaptation of Suntzu's The Art of War

Was ist The Cards of War?

The Cards of War ist eine Chrome-Erweiterung, die von http://cow.aforadrian.com entwickelt wurde, und ihr Hauptmerkmal ist "A graphic adaptation of Suntzu's The Art of War".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

The Cards of War-Erweiterungs-CRX-Datei herunterladen

Laden Sie The Cards of War-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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
-----------------------------------------------------------------------                    

Grundlegende Informationen zur Erweiterung

Name The Cards of War The Cards of War
ID hpgbkfhmiogjchjbjcceidbgcehdeheo
Offizielle URL https://chrome.google.com/webstore/detail/the-cards-of-war/hpgbkfhmiogjchjbjcceidbgcehdeheo
Beschreibung A graphic adaptation of Suntzu's The Art of War
Dateigröße 36.03 MB
Installationsanzahl 35
Aktuelle Version 1.1
Letztes Update 2016-09-02
Veröffentlichungsdatum 2016-09-02
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://cow.aforadrian.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://cow.aforadrian.com
Unterstützte Sprachen 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"
    ]
}