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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |