lorify
lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums
What is lorify?
lorify is a Chrome extension developed by b0r3d0mness, and its main feature is "lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums".
Extension Screenshots
Download lorify Extension CRX File
Download lorify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | lcbahplohbljaoccfaionnkdgakdfomn |
Official URL | https://chromewebstore.google.com/detail/lorify/lcbahplohbljaoccfaionnkdgakdfomn |
Description | lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums |
File Size | 49.96 KB |
Installation Count | 112 |
Current Version | 1.11.0 |
Last Updated | 2016-03-09 |
Publish Date | 2016-03-09 |
Rating | 5.00/5 Total 10 Ratings |
Developer | b0r3d0mness |
Payment Type | free |
Extension Website | https://bitbucket.org/b0r3d0m/lorify |
Supported Languages | 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" ] } |