LJMine

LiveJournal style changer: applies your defined style to other LJ posts from different users

Co je LJMine?

LJMine je rozšíření Chrome vyvinuté Andrei Kovalevsky, a jeho hlavní funkcí je „LiveJournal style changer: applies your defined style to other LJ posts from different users“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření LJMine

Stáhněte si soubory rozšíření LJMine ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        As a user of livejournal.com I want to see the posts of other users decorated with my style. The aim of this extension is to apply a style of currently logged in user to all posts of all users.                    

Základní Informace o Rozšíření

Název LJMine LJMine
ID ogdiaieakcpcolnclkeoneekhcnkhnbp
Oficiální URL https://chromewebstore.google.com/detail/ljmine/ogdiaieakcpcolnclkeoneekhcnkhnbp
Popis LiveJournal style changer: applies your defined style to other LJ posts from different users
Velikost souboru 9.21 KB
Počet instalací 32
Aktuální Verze 0.1.3
Poslední Aktualizace 2012-10-06
Datum Vydání 2012-10-05
Hodnocení 3.00/5 Celkem 3 Hodnocení
Vývojář Andrei Kovalevsky
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LJMine",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "LiveJournal style changer: applies your defined style to other LJ posts from different users",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "webNavigation",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}