BlogBeats - Geo-Time-tagged blogging platform

Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.

BlogBeats - Geo-Time-tagged blogging platform क्या है?

BlogBeats - Geo-Time-tagged blogging platform https://blogbeats.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines."।

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

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

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

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

                        Its as an BlogBeats extension to read the latest blog publish around the world. we are testing our first alpha Chrome Extension                    

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

नाम BlogBeats - Geo-Time-tagged blogging platform BlogBeats - Geo-Time-tagged blogging platform
ID cffmogdhmgpdpnadbfdebimhikkhohgo
आधिकारिक URL https://chromewebstore.google.com/detail/blogbeats-geo-time-tagged/cffmogdhmgpdpnadbfdebimhikkhohgo
विवरण Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.
फ़ाइल का आकार 74.88 KB
स्थापना संख्या 123
वर्तमान संस्करण 1.3
अंतिम अपडेट 2017-12-12
प्रकाशन तिथि 2017-12-11
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://blogbeats.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://blogbeats.me
सहायता पृष्ठ URL https://help.blogbeats.me/hc/en-us
गोपनीयता नीति पृष्ठ URL https://blogbeats.me/page/privacypolicy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BlogBeats - Geo-Time-tagged blogging platform",
    "description": "Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon32.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/script.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "notifications"
    ]
}