BlogBeats - Geo-Time-tagged blogging platform

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

Was ist BlogBeats - Geo-Time-tagged blogging platform?

BlogBeats - Geo-Time-tagged blogging platform ist eine Chrome-Erweiterung, die von https://blogbeats.me entwickelt wurde, und ihr Hauptmerkmal ist "Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.".

Erweiterungsscreenshots

BlogBeats - Geo-Time-tagged blogging platform-Erweiterungs-CRX-Datei herunterladen

Laden Sie BlogBeats - Geo-Time-tagged blogging platform-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name BlogBeats - Geo-Time-tagged blogging platform BlogBeats - Geo-Time-tagged blogging platform
ID cffmogdhmgpdpnadbfdebimhikkhohgo
Offizielle URL https://chromewebstore.google.com/detail/blogbeats-geo-time-tagged/cffmogdhmgpdpnadbfdebimhikkhohgo
Beschreibung Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.
Dateigröße 74.88 KB
Installationsanzahl 123
Aktuelle Version 1.3
Letztes Update 2017-12-12
Veröffentlichungsdatum 2017-12-11
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://blogbeats.me
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://blogbeats.me
Hilfeseite URL https://help.blogbeats.me/hc/en-us
URL der Datenschutzrichtlinien-Seite https://blogbeats.me/page/privacypolicy
Unterstützte Sprachen 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"
    ]
}