LJMine

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

Apa itu LJMine?

LJMine adalah ekstensi Chrome yang dikembangkan oleh Andrei Kovalevsky, dan fitur utamanya adalah "LiveJournal style changer: applies your defined style to other LJ posts from different users".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi LJMine

Unduh file ekstensi LJMine dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama LJMine LJMine
ID ogdiaieakcpcolnclkeoneekhcnkhnbp
URL Resmi https://chromewebstore.google.com/detail/ljmine/ogdiaieakcpcolnclkeoneekhcnkhnbp
Deskripsi LiveJournal style changer: applies your defined style to other LJ posts from different users
Ukuran File 9.21 KB
Jumlah Instalasi 32
Versi Saat Ini 0.1.3
Terakhir Diperbarui 2012-10-06
Tanggal Publikasi 2012-10-05
Penilaian 3.00/5 Total 3 Penilaian
Pengembang Andrei Kovalevsky
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}