LJMine

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

LJMine là gì?

LJMine là một tiện ích mở rộng Chrome được phát triển bởi Andrei Kovalevsky, và tính năng chính của nó là "LiveJournal style changer: applies your defined style to other LJ posts from different users".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LJMine

Tải xuống các tệp mở rộng LJMine dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LJMine LJMine
ID ogdiaieakcpcolnclkeoneekhcnkhnbp
URL Chính Thức https://chromewebstore.google.com/detail/ljmine/ogdiaieakcpcolnclkeoneekhcnkhnbp
Mô tả LiveJournal style changer: applies your defined style to other LJ posts from different users
Kích Thước Tệp 9.21 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2012-10-06
Ngày Phát Hành 2012-10-05
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Andrei Kovalevsky
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}