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によって開発されたChromeの拡張機能で、その主な機能は「lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

lorify拡張機能のCRXファイルをダウンロード

lorify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 lorify lorify
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"
    ]
}