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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://omnibear.com และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Omnibear

ดาวน์โหลดไฟล์ส่วนขยาย Omnibear ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}