GitPrint
Turn code into books.
GitPrintとは何ですか?
GitPrintはjasoncbennによって開発されたChromeの拡張機能で、その主な機能は「Turn code into books.」です。
GitPrint拡張機能のCRXファイルをダウンロード
GitPrint拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | cnjkjjbhkoppoccdlfedncebeiedccpb |
| 公式URL | https://chrome.google.com/webstore/detail/gitprint/cnjkjjbhkoppoccdlfedncebeiedccpb |
| 説明 | Turn code into books. |
| ファイルサイズ | 153 KB |
| インストール数 | 132 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2013-09-15 |
| 公開日 | 2013-09-15 |
| 評価 | 2.33/5 合計 3 レビュー |
| 開発者 | jasoncbenn |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "GitPrint",
"description": "Turn code into books.",
"version": "0.1.0",
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"js\/jquery.min.js",
"js\/jquery-ui.min.js",
"html\/index.js",
"js\/add-button.js",
"js\/content.js",
"js\/files.js",
"js\/sort.js",
"js\/modernizr.custom.79639.js"
],
"css": [
"css\/modal.css",
"css\/main.css",
"css\/print.css"
],
"web_accessible_resources": [
"images\/folder.png",
"images\/octocat_300.png"
]
}
]
} | |