Omnibear

Repost, like, or reply to anything online. Omnibear is an integrated Micropub client built into your browser. Pop open the menu to…

Cos'è Omnibear?

Omnibear è un'estensione di Chrome sviluppata da https://omnibear.com, e la sua funzione principale è "Repost, like, or reply to anything online. Omnibear is an integrated Micropub client built into your browser. Pop open the menu to…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Omnibear

Scarica i file di estensione Omnibear 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

                        Repost, like, or reply to anything online. Omnibear is an integrated Micropub client built into your browser. Pop open the menu to post a Note to your blog no matter where you are on the web. Reply to the current page, or right-click any h-entry to interact with it; interacting with posts on twitter.com and facebook.com is also supported.

Your blog must support Web sign-in and micropub. Read more at https://omnibear.com/getting-started                    

Informazioni di Base sull'Estensione

Nome Omnibear Omnibear
ID cjieakdeocmiimmphkfhdfbihhncoocn
URL Ufficiale https://chromewebstore.google.com/detail/omnibear/cjieakdeocmiimmphkfhdfbihhncoocn
Descrizione Repost, like, or reply to anything online. Omnibear is an integrated Micropub client built into your browser. Pop open the menu to…
Dimensione del File 483 KB
Conteggio Installazioni 71
Versione Corrente 1.2.0
Ultimo Aggiornamento 2018-09-08
Data di Pubblicazione 2018-09-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://omnibear.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://omnibear.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omnibear",
    "version": "1.2.0",
    "permissions": [
        "contextMenus",
        "http:\/\/omnibear.com\/",
        "",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "64": "icon-64.png",
            "128": "icon-128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "page.css"
            ],
            "js": [
                "page.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    }
}