Omnibear

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

Omnibear란 무엇입니까?

Omnibear은(는) https://omnibear.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Repost, like, or reply to anything online. Omnibear is an integrated Micropub client built into your browser. Pop open the menu to…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Omnibear 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Omnibear Omnibear
ID cjieakdeocmiimmphkfhdfbihhncoocn
공식 URL https://chromewebstore.google.com/detail/omnibear/cjieakdeocmiimmphkfhdfbihhncoocn
설명 Repost, like, or reply to anything online. Omnibear is an integrated Micropub client built into your browser. Pop open the menu to…
파일 크기 483 KB
설치 횟수 71
현재 버전 1.2.0
최근 업데이트 2018-09-08
출시 날짜 2018-09-08
평점 5.00/5 총 2 개의 평점
개발자 https://omnibear.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://omnibear.com
지원되는 언어 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"
    }
}