Ultimate Guitar Columnizr
Unofficial extension for turning ultimate-guitar.com into a multicolumn page.
What is Ultimate Guitar Columnizr?
Ultimate Guitar Columnizr is a Chrome extension developed by edrpls, and its main feature is "Unofficial extension for turning ultimate-guitar.com into a multicolumn page.".
Extension Screenshots
Download Ultimate Guitar Columnizr Extension CRX File
Download Ultimate Guitar Columnizr 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
Don't want to scroll when reading tabs on ultimate-guitar.com? Then you could probably use this unofficial extension. Neither the extension nor the developer are related to ultimate-guitar.com.
Extension Basic Information
Name | |
ID | flkdhpddenplklkeobdimhmjpplnfopg |
Official URL | https://chrome.google.com/webstore/detail/ultimate-guitar-columnizr/flkdhpddenplklkeobdimhmjpplnfopg |
Description | Unofficial extension for turning ultimate-guitar.com into a multicolumn page. |
File Size | 21.15 KB |
Installation Count | 229 |
Current Version | 1.0 |
Last Updated | 2013-11-27 |
Publish Date | 2013-11-27 |
Rating | 2.00/5 Total 4 Ratings |
Developer | edrpls |
Payment Type | free |
Help Page URL | https://github.com/ikhos/Ultimate-Guitar-Columnizr/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ultimate Guitar Columnizr", "description": "Unofficial extension for turning ultimate-guitar.com into a multicolumn page.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |