Octoutiful
Make Github Beautiful
What is Octoutiful?
Octoutiful is a Chrome extension developed by Adam, and its main feature is "Make Github Beautiful".
Extension Screenshots
Download Octoutiful Extension CRX File
Download Octoutiful 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
Make github beautiful https://github.com/HParker/octoutiful
Extension Basic Information
Name | Octoutiful |
ID | kpbpdkdggjicdjfngdefpahhnfffodbb |
Official URL | https://chromewebstore.google.com/detail/octoutiful/kpbpdkdggjicdjfngdefpahhnfffodbb |
Description | Make Github Beautiful |
File Size | 339 KB |
Installation Count | 16 |
Current Version | ONEderful |
Last Updated | 2017-03-02 |
Publish Date | 2017-03-01 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Adam |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Octoutiful", "version": "1.4", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [], "css": [ "content.css" ] } ], "description": "Make Github Beautiful", "author": "HParker", "short_name": "Octoutiful", "version_name": "ONEderful" } |