lorify

lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums

Cos'è lorify?

lorify è un'estensione di Chrome sviluppata da b0r3d0mness, e la sua funzione principale è "lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione lorify

Scarica i file di estensione lorify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome lorify lorify
ID lcbahplohbljaoccfaionnkdgakdfomn
URL Ufficiale https://chromewebstore.google.com/detail/lorify/lcbahplohbljaoccfaionnkdgakdfomn
Descrizione lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums
Dimensione del File 49.96 KB
Conteggio Installazioni 112
Versione Corrente 1.11.0
Ultimo Aggiornamento 2016-03-09
Data di Pubblicazione 2016-03-09
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore b0r3d0mness
Tipo di Pagamento free
Sito Web dell'Estensione https://bitbucket.org/b0r3d0m/lorify
Lingue Supportate 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"
    ]
}