LJMine

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

Vad är LJMine?

LJMine är en Chrome-tillägg utvecklad av Andrei Kovalevsky, och dess huvudfunktion är "LiveJournal style changer: applies your defined style to other LJ posts from different users".

Tilläggsskärmbilder

screenshot

Ladda ner LJMine-förlängningens CRX-fil

Ladda ner LJMine-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn LJMine LJMine
ID ogdiaieakcpcolnclkeoneekhcnkhnbp
Officiell webbadress https://chromewebstore.google.com/detail/ljmine/ogdiaieakcpcolnclkeoneekhcnkhnbp
Beskrivning LiveJournal style changer: applies your defined style to other LJ posts from different users
Filstorlek 9.21 KB
Antal Installationer 32
Aktuell Version 0.1.3
Senast Uppdaterad 2012-10-06
Publiceringsdatum 2012-10-05
Betyg 3.00/5 Totalt 3 Betyg
Utvecklare Andrei Kovalevsky
Betalningssätt free
Stödda Språk 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"
        ]
    }
}