LJMine

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

什麼是LJMine?

LJMine是由Andrei Kovalevsky開發的Chrome擴展程式,該擴展的主要功能是“LiveJournal style changer: applies your defined style to other LJ posts from different users”。

擴展截圖

screenshot

下載LJMine擴展crx文件

下載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
官方網址 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"
        ]
    }
}