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”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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"
]
}
} | |