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.
拡張機能の基本情報
名前 | 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" ] } } |