Button by MightySignal
Get to an app's MightySignal page in just 1 click!
Button by MightySignal란 무엇입니까?
Button by MightySignal은(는) https://mightysignal.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get to an app's MightySignal page in just 1 click!"입니다.
확장 프로그램 스크린샷
Button by MightySignal 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
What Button does is inject a View on MightySignal button into the App Store and Google Play DOMs — which essentially means that you have an additional View on MightySignal button any time you visit an app on the App Store or Google Play. Now, to get to the MightySignal app page, all you have to do is click the button. That's it — no more extra clicks and searches.
확장 프로그램 기본 정보
이름 | Button by MightySignal |
ID | nponojnbpofjpgnddkfpkdjkcmlglbch |
공식 URL | https://chromewebstore.google.com/detail/button-by-mightysignal/nponojnbpofjpgnddkfpkdjkcmlglbch |
설명 | Get to an app's MightySignal page in just 1 click! |
파일 크기 | 76.18 KB |
설치 횟수 | 40 |
현재 버전 | 1.46 |
최근 업데이트 | 2019-07-13 |
출시 날짜 | 2019-07-12 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://mightysignal.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mightysignal.com |
도움말 페이지 URL | https://support.mightysignal.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Button by MightySignal", "short_name": "Button", "description": "Get to an app's MightySignal page in just 1 click!", "version": "1.46", "content_scripts": [ { "css": [ "styles.css", "hover-min.css" ], "matches": [ "https:\/\/apps.apple.com\/*\/app\/*", "https:\/\/apps.apple.com\/app\/*", "https:\/\/apps.apple.com\/*\/viewSoftware*", "https:\/\/play.google.com\/store\/apps\/*" ], "js": [ "ewok.js" ] } ], "web_accessible_resources": [ "MightySignal.png" ], "icons": { "16": "ms16.png", "48": "ms48.png", "128": "ms128.png" } } |