LJMine

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

Τι είναι το LJMine;

Το LJMine είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Andrei Kovalevsky, και η κύρια λειτουργία του είναι "LiveJournal style changer: applies your defined style to other LJ posts from different users".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης LJMine

Λήψη αρχείων επέκτασης LJMine σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LJMine LJMine
ID ogdiaieakcpcolnclkeoneekhcnkhnbp
Επίσημο URL https://chromewebstore.google.com/detail/ljmine/ogdiaieakcpcolnclkeoneekhcnkhnbp
Περιγραφή LiveJournal style changer: applies your defined style to other LJ posts from different users
Μέγεθος Αρχείου 9.21 KB
Αριθμός Εγκαταστάσεων 32
Τρέχουσα Έκδοση 0.1.3
Τελευταία Ενημέρωση 2012-10-06
Ημερομηνία Δημοσίευσης 2012-10-05
Αξιολόγηση 3.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Andrei Kovalevsky
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
        ]
    }
}