The Cards of War

A graphic adaptation of Suntzu's The Art of War

Τι είναι το The Cards of War;

Το The Cards of War είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://cow.aforadrian.com, και η κύρια λειτουργία του είναι "A graphic adaptation of Suntzu's The Art of War".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης The Cards of War

Λήψη αρχείων επέκτασης 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
-----------------------------------------------------------------------                    

Βασικές Πληροφορίες Επέκτασης

Όνομα The Cards of War The Cards of War
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"
    ]
}