Lang-8 Enhancer

Lang-8 Enhancer

Lang-8 Enhancerとは何ですか?

Lang-8 Enhancerはholden321によって開発されたChromeの拡張機能で、その主な機能は「Lang-8 Enhancer」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Lang-8 Enhancer拡張機能のCRXファイルをダウンロード

Lang-8 Enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        - fixed gallery in User's Photos
 - show user's photo by cliking on its icon
 - nice text intending in the text of an entry
 - sort tags alphabetically or by date on the create/edit entry page
 - fixed menu symbols
 - launcher button

Feel free to send questions or suggestions.
My profile: http://lang-8.com/holden                    

拡張機能の基本情報

名前 Lang-8 Enhancer Lang-8 Enhancer
ID pgidinpekigdbjpdhafdpcpicaedclmf
公式URL https://chrome.google.com/webstore/detail/lang-8-enhancer/pgidinpekigdbjpdhafdpcpicaedclmf
説明 Lang-8 Enhancer
ファイルサイズ 980 KB
インストール数 33
現在のバージョン 1.4
最終更新日 2018-05-09
公開日 2018-05-09
評価 5.00/5 合計 1 レビュー
開発者 holden321
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lang-8 Enhancer",
    "short_name": "Lang-8 Enhancer",
    "description": "Lang-8 Enhancer",
    "version": "1.4",
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "http:\/\/lang-8.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png"
        },
        "default_title": "Lang-8"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/lang-8.com\/*"
            ],
            "css": [
                "highslide\/highslide.css",
                "content.css"
            ],
            "js": [
                "highslide\/highslide-full.min.js",
                "jquery-2.1.1.min.js",
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "FontAwesome.otf",
        "highslide\/graphics\/*"
    ]
}