Shared Clipboard

Extension for the Shared Clipboard mobile app and website

Shared Clipboardคืออะไร?

Shared Clipboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Faded Softwares และคุณลักษณะหลักของมันคือ "Extension for the Shared Clipboard mobile app and website"

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

screenshot
screenshot
screenshot

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

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

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

                        The official Chrome extension for the popular app, Shared Clipboard. Transfer text and links between your pc and your mobile seamlessly.

*Update 1.2: Options for notifications added.                    

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

ชื่อ Shared Clipboard Shared Clipboard
ID nmemiplfpjallomblhoapiajlgpnjloi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shared-clipboard/nmemiplfpjallomblhoapiajlgpnjloi
คำอธิบาย Extension for the Shared Clipboard mobile app and website
ขนาดไฟล์ 48.3 KB
จำนวนการติดตั้ง 494
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2021-06-03
วันที่เผยแพร่ 2020-06-22
คะแนน 3.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Faded Softwares
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shared Clipboard",
    "version": "1.2",
    "description": "Extension for the Shared Clipboard mobile app and website",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAueE+yK59sONbzs9Hh9H8Q+XVXf1Ss12JQVpKBlVROLtyBnXNzSHCpM58sdyuA423MkjSBSIv8IayZr+Buu6xHkVUaObbphhUwyPsqfxmfGPbGZvqH120lR6GrH91fJnO1i8uznT6rkaBfH5R\/5FGjG\/bWx9l1tfUE40KspGYE3M\/eWGqPUSRWjmTF4QbgMjwTBIA1vv1DZFmq0SS3DHLPWX9z5N9KOGf9g8WCHRvy6cWhlxNO\/TP5a1fwVR95a4mH9PwqpZ0EtlPlA5ootueO+K\/uUWjz5CsA+xLT8UBaUyjwUlIqI4gIck1FPbSlyCWD\/OPy62VNVGFY\/JbyfZu3wIDAQAB",
    "icons": {
        "128": "sc128.png",
        "48": "sc48.png",
        "32": "sc32.png",
        "16": "sc16.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "permissions": [
        "notifications",
        "contextMenus",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "page": "background.html"
    }
}