Meetup Tools
Enhancments for meetup.com
Meetup Tools là gì?
Meetup Tools là một tiện ích mở rộng Chrome được phát triển bởi guya.net, và tính năng chính của nó là "Enhancments for meetup.com".
Ả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 Meetup Tools
Tải xuống các tệp mở rộng Meetup Tools 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
Meetup Tools is a small extension that is meant to enhance your meetup.com experience, and mainly does 3 things: 1. It shows you your place in the queue while on the waiting list. 2. It shows you your status for every meetup. 3. It takes you to meetup.com with one click. Meetup.com Waitlists are almost always first come first serve. When you are on the waitlist, Meetup.com doesn't tell what is your position in the queue. This extension will tell you where you are in the queue so you'll be able to better estimate your chances of getting in. Browse any meetup and it'll show you your current status. If you are not in the meetup.com website, clicking the icon will take you there. :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | okfdhdfbdobnclkegpfpepihhbbmapcj |
URL Chính Thức | https://chrome.google.com/webstore/detail/meetup-tools/okfdhdfbdobnclkegpfpepihhbbmapcj |
Mô tả | Enhancments for meetup.com |
Kích Thước Tệp | 60.96 KB |
Số Lần Cài Đặt | 200 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2018-04-15 |
Ngày Phát Hành | 2018-04-15 |
Đánh Giá | 3.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | guya.net |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meetup Tools", "version": "1.0.2", "description": "Enhancments for meetup.com", "background": { "scripts": [ "meetup.js" ] }, "permissions": [ "*:\/\/*.meetup.com\/*", "webNavigation", "tabs", "notifications" ], "browser_action": { "default_icon": "logo_19.png" }, "web_accessible_resources": [ "logo_48.png" ], "content_scripts": [ { "matches": [ "*:\/\/*.meetup.com\/*" ], "js": [ "jquery-1.10.2.min.js", "content.js" ], "run_at": "document_end", "all_frames": false } ], "icons": { "48": "logo_48.png", "128": "logo_128.png" }, "manifest_version": 2 } |