Chords View
A better way to view chords online.
Qu'est-ce que Chords View ?
Chords View est une extension Chrome développée par Tal, et sa fonction principale est "A better way to view chords online.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chords View
Téléchargez les fichiers d'extension Chords View au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The extension provides a friendlier way to view song chords. Whenever you visit a chords page on the web, just click the extension icon to instantly remove the clutter and see just lyrics and chords in a single multi-column view. You can also instantly transpose chords and change the font size. ⭐ A clean design without clutter and distractions, allowing you to focus on the music ⭐ Multi-column view of the song, so that you don't need to scroll while playing ⭐ One-click chord transpose (up/down) ⭐ One-click font size change Feedback and suggestions for improvements are very welcome!
Informations de Base sur l'Extension
Nom | Chords View |
ID | begjgpnhkkjklaiccjopkmglckefhkeh |
URL Officiel | https://chromewebstore.google.com/detail/chords-view/begjgpnhkkjklaiccjopkmglckefhkeh |
Description | A better way to view chords online. |
Taille du Fichier | 12.05 KB |
Nombre d'Installations | 272 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2024-01-26 |
Date de Publication | 2021-11-25 |
Développeur | Tal |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chords View", "description": "A better way to view chords online.", "version": "1.0.7", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "default_title": "Chords View" }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |