dou-sort-comments
dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/).
ما هو dou-sort-comments؟
dou-sort-comments هو إضافة Chrome تم تطويرها بواسطة Iryna Volkodav، والميزة الرئيسية لها هي "dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/).".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة dou-sort-comments
قم بتنزيل ملفات الامتداد dou-sort-comments بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/).
معلومات أساسية عن التمديد
الاسم | dou-sort-comments |
ID | inomcbdkomlbognphleededehadkpcfe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dou-sort-comments/inomcbdkomlbognphleededehadkpcfe |
الوصف | dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/). |
حجم الملف | 11.95 KB |
عدد التثبيتات | 47 |
النسخة الحالية | 0.13 |
آخر تحديث | 2014-07-15 |
تاريخ النشر | 2014-07-15 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Iryna Volkodav |
نوع الدفع | free |
موقع الإضافة | http://dou.ua/ |
عنوان صفحة المساعدة | http://dou.ua/forums/topic/10383/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.13", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/dou.ua\/forums\/topic\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "images\/*", "styles\/*", "bower_components\/jquery\/*", "scripts\/*" ] } |