Go Diagram player for 'Life in 19x19'
Add a previous and next button to go diagrams on lifein19x19.com
Что такое Go Diagram player for 'Life in 19x19'?
Go Diagram player for 'Life in 19x19' - это расширение Chrome, разработанное oca, и его основная функция - "Add a previous and next button to go diagrams on lifein19x19.com".
Снимки экрана расширения
Скачать файл CRX расширения Go Diagram player for 'Life in 19x19'
Скачайте файлы расширений Go Diagram player for 'Life in 19x19' в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Life in 19x19 Go diagram player This plugin allows you to place moves on GO diagram on the Life in 19x19 forum which is a forum about the Game of GO.
Основная информация о расширении
Название | Go Diagram player for 'Life in 19x19' |
ID | ogoehegcnmkkpmmpkaejijighfokncdk |
Официальный URL | https://chromewebstore.google.com/detail/go-diagram-player-for-lif/ogoehegcnmkkpmmpkaejijighfokncdk |
Описание | Add a previous and next button to go diagrams on lifein19x19.com |
Размер файла | 5.64 KB |
Количество установок | 28 |
Текущая Версия | 1.0 |
Последнее Обновление | 2014-06-18 |
Дата публикации | 2014-06-18 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | oca |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Go Diagram player for 'Life in 19x19'", "description": "Add a previous and next button to go diagrams on lifein19x19.com", "content_scripts": [ { "matches": [ "http:\/\/www.lifein19x19.com\/forum\/*" ], "js": [ "script.js" ] } ] } |