MeetChrome
A simple, handy Meetup client for Chrome.
What is MeetChrome?
MeetChrome is a Chrome extension developed by Erik Price, and its main feature is "A simple, handy Meetup client for Chrome.".
Extension Screenshots
Download MeetChrome Extension CRX File
Download MeetChrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | MeetChrome |
ID | oalenjmkgbjnlmljnkpjooikjlphmhap |
Official URL | https://chromewebstore.google.com/detail/meetchrome/oalenjmkgbjnlmljnkpjooikjlphmhap |
Description | A simple, handy Meetup client for Chrome. |
File Size | 26.13 KB |
Installation Count | 45 |
Current Version | 1.2 |
Last Updated | 2014-06-23 |
Publish Date | 2014-06-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Erik Price |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MeetChrome", "version": "1.2", "manifest_version": 2, "description": "A simple, handy Meetup client for Chrome.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/api.meetup.com\/" ] } |