Event Finder

Finds events near your location and on the weekend using the Eventbrite API.

Event Finder क्या है?

Event Finder Drazard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finds events near your location and on the weekend using the Eventbrite API."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Event Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Event Finder allows you to provide specifics for your location to find events happening near you. There is also an option to search for events happening in the next weekend. Event Finder uses the Eventbrite API as its source of data.                    

एक्सटेंशन की मूल जानकारी

नाम Event Finder Event Finder
ID mlkogpglpcnafcgpphiffhcfemdpkpep
आधिकारिक URL https://chromewebstore.google.com/detail/event-finder/mlkogpglpcnafcgpphiffhcfemdpkpep
विवरण Finds events near your location and on the weekend using the Eventbrite API.
फ़ाइल का आकार 671 KB
स्थापना संख्या 61
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2015-03-26
प्रकाशन तिथि 2015-03-25
डेवलपर Drazard
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Event Finder",
    "version": "1.0.1",
    "description": "Finds events near your location and on the weekend using the Eventbrite API.",
    "browser_action": {
        "default_title": "Event Finder",
        "default_icon": "icon-16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "assets\/js\/jquery.min.js",
            "assets\/js\/background.js"
        ],
        "pages": [
            "popup.html"
        ]
    },
    "short_name": "Event Finder",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}