GitPrint
Turn code into books.
What is GitPrint?
GitPrint is a Chrome extension developed by jasoncbenn, and its main feature is "Turn code into books.".
Download GitPrint Extension CRX File
Download GitPrint extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | ![]() |
ID | cnjkjjbhkoppoccdlfedncebeiedccpb |
Official URL | https://chrome.google.com/webstore/detail/gitprint/cnjkjjbhkoppoccdlfedncebeiedccpb |
Description | Turn code into books. |
File Size | 153 KB |
Installation Count | 132 |
Current Version | 0.1.0 |
Last Updated | 2013-09-15 |
Publish Date | 2013-09-15 |
Rating | 2.33/5 Total 3 Ratings |
Developer | jasoncbenn |
Payment Type | free |
Supported Languages | 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" ] } ] } |