Omnibear

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

O que é Omnibear?

Omnibear é uma extensão do Chrome desenvolvida por https://omnibear.com, e sua principal característica é "Repost, like, or reply to anything online. Omnibear is an integrated Micropub client built into your browser. Pop open the menu to…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Omnibear

Baixe arquivos de extensão Omnibear no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Omnibear Omnibear
ID cjieakdeocmiimmphkfhdfbihhncoocn
URL Oficial https://chromewebstore.google.com/detail/omnibear/cjieakdeocmiimmphkfhdfbihhncoocn
Descrição Repost, like, or reply to anything online. Omnibear is an integrated Micropub client built into your browser. Pop open the menu to…
Tamanho do Arquivo 483 KB
Contagem de Instalações 71
Versão Atual 1.2.0
Última Atualização 2018-09-08
Data de Publicação 2018-09-08
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://omnibear.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://omnibear.com
Idiomas Suportados 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"
    }
}