Flip That Tab
Flips a guitar tab on ultimate guitar
Flip That Tab क्या है?
Flip That Tab Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Flips a guitar tab on ultimate guitar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Flip That Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you're like my friend Keith, You enjoy reading tabs with the high tuned string on the bottom instead of the top. This extension does this for you in one click so you can waste less time editing and more time playing the music you love! For example.... Before: E|----3----4 B|---------- G|--2---1--- After: G|--2---1--- B|---------- E|----3----4 Hope this helps, TyDyeTV
एक्सटेंशन की मूल जानकारी
नाम | Flip That Tab |
ID | cdciibllmibdlannjhadoapbdpgeemga |
आधिकारिक URL | https://chromewebstore.google.com/detail/flip-that-tab/cdciibllmibdlannjhadoapbdpgeemga |
विवरण | Flips a guitar tab on ultimate guitar |
फ़ाइल का आकार | 74.98 KB |
स्थापना संख्या | 658 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2016-05-29 |
प्रकाशन तिथि | 2016-05-28 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flip That Tab", "description": "Flips a guitar tab on ultimate guitar", "version": "1.1.1", "author": "TyDyeTV", "short_name": "Tab Flip", "icons": { "16": "img\/guitar16.png", "48": "img\/guitar48.png", "128": "img\/guitar128.png" }, "permissions": [ "activeTab", "storage" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Flip That Tab", "default_icon": "img\/guitar.png" }, "manifest_version": 2 } |