lorify
lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums
ما هو lorify؟
lorify هو إضافة Chrome تم تطويرها بواسطة b0r3d0mness، والميزة الرئيسية لها هي "lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة lorify
قم بتنزيل ملفات الامتداد lorify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | lcbahplohbljaoccfaionnkdgakdfomn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lorify/lcbahplohbljaoccfaionnkdgakdfomn |
الوصف | lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums |
حجم الملف | 49.96 KB |
عدد التثبيتات | 112 |
النسخة الحالية | 1.11.0 |
آخر تحديث | 2016-03-09 |
تاريخ النشر | 2016-03-09 |
تقييم | 5.00/5 مجموع تقييمات 10 |
المطور | b0r3d0mness |
نوع الدفع | free |
موقع الإضافة | https://bitbucket.org/b0r3d0m/lorify |
اللغات المدعومة | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "lorify", "version": "1.11.0", "description": "lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums", "icons": { "16": "res\/icons\/penguin-16.png", "32": "res\/icons\/penguin-32.png", "64": "res\/icons\/penguin-64.png" }, "options_ui": { "chrome_style": true, "page": "src\/options.html" }, "background": { "scripts": [ "src\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.linux.org.ru\/forum\/*", "*:\/\/www.linux.org.ru\/gallery\/*", "*:\/\/www.linux.org.ru\/news\/*", "*:\/\/www.linux.org.ru\/polls\/*" ], "js": [ "src\/libs\/jquery\/jquery-2.2.0.min.js", "src\/js\/contentscript.js" ] } ], "permissions": [ "notifications", "storage" ] } |