Hilite Me
Easily insert highlighted code into rick text editor.
什麼是Hilite Me?
Hilite Me是由greatghoul開發的Chrome擴展程式,該擴展的主要功能是“Easily insert highlighted code into rick text editor.”。
擴展截圖
下載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/ 擴展基本資訊
| 名稱 | |
| ID | opdkneimogpljnhdedpppmoaljedhfib |
| 官方網址 | 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 |
| 電子郵箱 | [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": [
" | |