Hilite Me

Easily insert highlighted code into rick text editor.

Hilite Meとは何ですか?

Hilite Meはgreatghoulによって開発されたChromeの拡張機能で、その主な機能は「Easily insert highlighted code into rick text editor.」です。

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

screenshot
screenshot
screenshot

Hilite Me拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Hiliteme
=============

A tool to highlight source code in rich text editor. Inspired by [markdown-here]

Code highlight service is powered by http://hilite.me/

## Hiliteme is open source

- **project** https://github.com/GDG-Xian/crx-hiliteme
- **Issues** https://github.com/GDG-Xian/crx-hiliteme/issues
- **LICENSE** https://github.com/GDG-Xian/crx-hiliteme/blob/master/LICENSE

[markdown-here]: http://markdown-here.com/                    

拡張機能の基本情報

名前 Hilite Me Hilite Me
ID opdkneimogpljnhdedpppmoaljedhfib
公式URL https://chrome.google.com/webstore/detail/hilite-me/opdkneimogpljnhdedpppmoaljedhfib
説明 Easily insert highlighted code into rick text editor.
ファイルサイズ 45.81 KB
インストール数 56
現在のバージョン 1.0
最終更新日 2014-02-10
公開日 2014-02-10
評価 5.00/5 合計 1 レビュー
開発者 greatghoul
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/GDG-Xian/crx-hiliteme
ヘルプページのURL https://github.com/GDG-Xian/crx-hiliteme/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hilite Me",
    "description": "Easily insert highlighted code into rick text editor.",
    "version": "1.0",
    "icons": {
        "48": "icon\/icon48.png",
        "64": "icon\/icon64.png",
        "128": "icon\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/hilite.me\/api"
    ],
    "browser_action": {
        "default_icon": "icon\/icon48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentscript.js"
            ]
        }
    ]
}