Livejournal Narrow

Simple user-script which makes livejournal.com a better place

什麼是Livejournal Narrow?

Livejournal Narrow是由Yanis T開發的Chrome擴展程式,該擴展的主要功能是“Simple user-script which makes livejournal.com a better place”。

擴展截圖

screenshot

下載Livejournal Narrow擴展crx文件

下載Livejournal Narrow擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Narrows too big livejournal themes.

Сужает слишком широкие темы livejournal.com.                    

擴展基本資訊

名稱 Livejournal Narrow Livejournal Narrow
ID bdhniiofhbjgjcdpkhjonmodpbgmgfde
官方網址 https://chromewebstore.google.com/detail/livejournal-narrow/bdhniiofhbjgjcdpkhjonmodpbgmgfde
簡介 Simple user-script which makes livejournal.com a better place
檔案大小 36.47 KB
安裝次數 47
目前版本 1.0
更新時間 2012-12-03
上架時間 2012-12-03
評分 4.50/5 共 2 次評分
開發者 Yanis T
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Livejournal Narrow",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Simple user-script which makes livejournal.com a better place",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.livejournal.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}