Socialbrowse Chrome

Text, image, anything on your screen, sticker it to bookmark.

Socialbrowse Chromeคืออะไร?

Socialbrowse Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://socialbrowse.us และคุณลักษณะหลักของมันคือ "Text, image, anything on your screen, sticker it to bookmark."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

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

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

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

                        You can see all information you stickered on https://socialbrowse.us. You can return to the original location anytime by clicking the feed.
 You can also put the sticker for your friends. Your friends can come to the same location and like or reply on your sticker.

 Browse with others sharing the stickers asynchronously.

# Socialbrowse only works on the public webpage screen anyone can view.
# Installing this extension restarts your chrome browser.


 Socialbrowse saves your stickers on the URL of the webpage just as Facebook, Twitter. So it only works on public webpages and no one can access your private information.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Socialbrowse Chrome Socialbrowse Chrome
ID malnhaodjdegcljjebmpopbjmckblndn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/socialbrowse-chrome/malnhaodjdegcljjebmpopbjmckblndn
คำอธิบาย Text, image, anything on your screen, sticker it to bookmark.
ขนาดไฟล์ 1.27 MB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 0.10.6
อัปเดตครั้งล่าสุด 2024-02-24
วันที่เผยแพร่ 2020-02-09
ผู้พัฒนา https://socialbrowse.us
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://socialbrowse.us
URL หน้านโยบายความเป็นส่วนตัว https://socialbrowse.us/privacy
ภาษาที่รองรับ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Socialbrowse Chrome",
    "manifest_version": 3,
    "version": "0.10.6",
    "default_locale": "en",
    "short_name": "Platfor",
    "description": "__MSG_appDesc__",
    "content_scripts": [
        {
            "js": [
                "content.js",
                "rangy-core.js",
                "rangy-serializer.js",
                "rangy-highlighter.js",
                "rangy-classapplier.js",
                "rangy-textrange.js"
            ],
            "css": [
                "highlight.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "idle",
        "action",
        "offscreen"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "highlight.css",
                "rangy-core.js",
                "rangy-serializer.js",
                "rangy-highlighter.js",
                "annotator-full.min.js",
                "rangy-classapplier.js",
                "rangy-textrange.js",
                "message-sound.mp3",
                "icon128",
                "mark.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "Socialbrowse"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/socialbrowse.us\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}