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".
Снимки экрана расширения
Скачать файл 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 -----------------------------------------------------------------------
Основная информация о расширении
Название | |
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" ] } |