Button by MightySignal
Get to an app's MightySignal page in just 1 click!
Button by MightySignal là gì?
Button by MightySignal là một tiện ích mở rộng Chrome được phát triển bởi https://mightysignal.com, và tính năng chính của nó là "Get to an app's MightySignal page in just 1 click!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Button by MightySignal
Tải xuống các tệp mở rộng Button by MightySignal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Button by MightySignal |
ID | nponojnbpofjpgnddkfpkdjkcmlglbch |
URL Chính Thức | https://chromewebstore.google.com/detail/button-by-mightysignal/nponojnbpofjpgnddkfpkdjkcmlglbch |
Mô tả | Get to an app's MightySignal page in just 1 click! |
Kích Thước Tệp | 76.18 KB |
Số Lần Cài Đặt | 40 |
Phiên Bản Hiện Tại | 1.46 |
Cập Nhật Lần Cuối | 2019-07-13 |
Ngày Phát Hành | 2019-07-12 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://mightysignal.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mightysignal.com |
URL Trang Trợ Giúp | https://support.mightysignal.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |