Ultimate Guitar Columnizr
Unofficial extension for turning ultimate-guitar.com into a multicolumn page.
Ultimate Guitar Columnizr क्या है?
Ultimate Guitar Columnizr edrpls द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unofficial extension for turning ultimate-guitar.com into a multicolumn page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ultimate Guitar Columnizr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | flkdhpddenplklkeobdimhmjpplnfopg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ultimate-guitar-columnizr/flkdhpddenplklkeobdimhmjpplnfopg |
विवरण | Unofficial extension for turning ultimate-guitar.com into a multicolumn page. |
फ़ाइल का आकार | 21.15 KB |
स्थापना संख्या | 229 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2013-11-27 |
प्रकाशन तिथि | 2013-11-27 |
रेटिंग | 2.00/5 कुल 4 रेटिंग्स |
डेवलपर | edrpls |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/ikhos/Ultimate-Guitar-Columnizr/issues |
समर्थित भाषाएँ | 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" } } |