코드스코어 Helper by larara
Chordscore.com을 편하게 사용할 수 있도록 도와줍니다. 코드스코어 너무해.
What is 코드스코어 Helper by larara?
코드스코어 Helper by larara is a Chrome extension developed by larara, and its main feature is "Chordscore.com을 편하게 사용할 수 있도록 도와줍니다. 코드스코어 너무해.".
Extension Screenshots
Download 코드스코어 Helper by larara Extension CRX File
Download 코드스코어 Helper by larara 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
1. 가독성 향상 2. 검색 링크 제공 3. 조옮김 / 임시표 기능 강화 4. 단축키 지원 / 악보 복사, 저장 5. 기타 편의 사항 개선 (+ 싱크룸플러스 공백닉 클릭방지 무력화) 코드 악보를 제공해주는 사이트인 chordscore.com 을 위한 확장프로그램입니다. 코드스코어를 더욱 편하게 사용할 수 있습니다.
Extension Basic Information
Name | 코드스코어 Helper by larara |
ID | hplnmdhhfogkhbopblnmnmmgajjnfnbo |
Official URL | https://chromewebstore.google.com/detail/%EC%BD%94%EB%93%9C%EC%8A%A4%EC%BD%94%EC%96%B4-helper-by-larara/hplnmdhhfogkhbopblnmnmmgajjnfnbo |
Description | Chordscore.com을 편하게 사용할 수 있도록 도와줍니다. 코드스코어 너무해. |
File Size | 57.89 KB |
Installation Count | 98 |
Current Version | 1.65 |
Last Updated | 2024-02-16 |
Publish Date | 2023-11-28 |
Rating | 5.00/5 Total 8 Ratings |
Developer | larara |
[email protected] | |
Payment Type | free |
Extension Website | https://chordscore.com/ |
Help Page URL | https://cafe.naver.com/chordscore |
Privacy Policy Page URL | https://chordscore.com/policy/privacy |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\ucf54\ub4dc\uc2a4\ucf54\uc5b4 Helper by larara", "version": "1.65", "description": "Chordscore.com\uc744 \ud3b8\ud558\uac8c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4. \ucf54\ub4dc\uc2a4\ucf54\uc5b4 \ub108\ubb34\ud574.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "action": { "default_icon": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "default_title": "Chordscore Helper by larara", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/chordscore.com\/*", "*:\/\/*.chordscore.com\/*" ], "css": [ "larascore.1.65.min.css" ], "js": [ "jquery-3.4.1.min.js", "dom-to-image-improved.min.js", "larascore.1.65.min.js" ] }, { "matches": [ "*:\/\/syncroom.yamaha.com\/*" ], "css": [ "larasyncroom.1.65.min.css" ] } ] } |