LyricMe
Using LyricMe, you can either view the lyrics in a simplified display or copy them to the clipboard in one click.
LyricMeคืออะไร?
LyricMe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ben Beadle และคุณลักษณะหลักของมันคือ "Using LyricMe, you can either view the lyrics in a simplified display or copy them to the clipboard in one click."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LyricMe
ดาวน์โหลดไฟล์ส่วนขยาย LyricMe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Lyrics to your clipboard in one click. It's as simple as that. It's annoying when sites that display lyrics make it extremely hard to do anything with the lyrics, including copying to the clipboard them for later use. Now, in one click, you can either view the lyrics in a simplified display or copy them to the clipboard. To use, simply click the icon in the bar at the top of Chrome. A popup will show where you can search for any lyrics your little heart desires! This will open a page taking you to a customer Google search only searching the sites LyricMe works on. Once you find the result you want, click it and it will open in a new page. A little popup will show in the bottom right corner where you can either copy or view the lyrics. It's as easy as that! LyricMe currently works on: * metrolyrics.com * azlyrics.com * songmeanings.net
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mjadnlkjkimogaiffmkibbfpfmjlcfdg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/lyricme/mjadnlkjkimogaiffmkibbfpfmjlcfdg |
คำอธิบาย | Using LyricMe, you can either view the lyrics in a simplified display or copy them to the clipboard in one click. |
ขนาดไฟล์ | 61.2 KB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2013-08-06 |
วันที่เผยแพร่ | 2013-08-06 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Ben Beadle |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://benbeadle.com/LyricMe/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/icon-19.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "css\/tab.css" ], "js": [ "js\/jquery-1.7.2.min.js", "js\/common.js", "js\/sites.js", "js\/elements.js", "js\/begin.js" ], "matches": [ "http:\/\/www.metrolyrics.com\/*-lyrics-*.html", "http:\/\/metrolyrics.com\/*-lyrics-*.html", "http:\/\/www.azlyrics.com\/lyrics\/*", "http:\/\/azlyrics.com\/lyrics\/*", "http:\/\/www.songmeanings.net\/songs\/view\/*", "http:\/\/songmeanings.net\/songs\/view\/*" ] } ], "description": "Using LyricMe, you can either view the lyrics in a simplified display or copy them to the clipboard in one click.", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "manifest_version": 2, "name": "LyricMe", "permissions": [ "clipboardWrite", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |