BlogBeats - Geo-Time-tagged blogging platform

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

Cos'è BlogBeats - Geo-Time-tagged blogging platform?

BlogBeats - Geo-Time-tagged blogging platform è un'estensione di Chrome sviluppata da https://blogbeats.me, e la sua funzione principale è "Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione BlogBeats - Geo-Time-tagged blogging platform

Scarica i file di estensione BlogBeats - Geo-Time-tagged blogging platform in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome BlogBeats - Geo-Time-tagged blogging platform BlogBeats - Geo-Time-tagged blogging platform
ID cffmogdhmgpdpnadbfdebimhikkhohgo
URL Ufficiale https://chromewebstore.google.com/detail/blogbeats-geo-time-tagged/cffmogdhmgpdpnadbfdebimhikkhohgo
Descrizione Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.
Dimensione del File 74.88 KB
Conteggio Installazioni 123
Versione Corrente 1.3
Ultimo Aggiornamento 2017-12-12
Data di Pubblicazione 2017-12-11
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://blogbeats.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://blogbeats.me
URL della Pagina di Aiuto https://help.blogbeats.me/hc/en-us
URL della Pagina della Politica sulla Privacy https://blogbeats.me/page/privacypolicy
Lingue Supportate 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"
    ]
}