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"
        ]
    }
}