lorify
lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums
lorify क्या है?
lorify b0r3d0mness द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में lorify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |