Metal Search
Look up selected text at popular Metal music related websites
Metal Search란 무엇입니까?
Metal Search은(는) Ioannis Tziligkakis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Look up selected text at popular Metal music related websites"입니다.
확장 프로그램 스크린샷
Metal Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Did you ever want to be able to search for your favorite metal band in all popular metal websites with a single click for whatever reason? If the answer to this is yes, well... this extension has come for you! Put your hands together for... "Metal Search"! This extension enables a new menu when you select and right-click text on a website that allows you to look up the text you've selected in one of the web magazines listed under the "Metal Search" menu or in all of them! A new tab (or multiple in case you went for all of them) will be created leading you to all results found for your highlighted keyword on that website. Extremely useful for: Bands who need an easy way to check popular websites about themselves, people involved in media that want an easy way to gather information for a band and last but not least every metalhead who wants to stay informed about his or her favorite metal bands all the time! Let me know if you have any suggestions for fixes and/or improvements. The source code for this can be found on Github https://github.com/mentos/chrome-metal-search Disclaimer: this is not the "ultimate" list of metal web magazines available but the ones I prefer using for looking up stuff. If you feel that more should go into that list drop me a line and we'll figure it out.
확장 프로그램 기본 정보
이름 | |
ID | lnemicamjpmjdbfmjhhoocaplfgljkll |
공식 URL | https://chrome.google.com/webstore/detail/metal-search/lnemicamjpmjdbfmjhhoocaplfgljkll |
설명 | Look up selected text at popular Metal music related websites |
파일 크기 | 10.29 KB |
설치 횟수 | 37 |
현재 버전 | 0.1 |
최근 업데이트 | 2015-08-16 |
출시 날짜 | 2015-08-16 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | Ioannis Tziligkakis |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/mentos/chrome-metal-search |
도움말 페이지 URL | https://github.com/mentos/chrome-metal-search |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Metal Search", "description": "Look up selected text at popular Metal music related websites", "short_name": "Metal Search", "version": "0.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "background.js" ] } ] } |