CopyTabs

Open your current tabs, selected tabs or windows in Chrome or another browser.

CopyTabsคืออะไร?

CopyTabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย symphnyx.ltd และคุณลักษณะหลักของมันคือ "Open your current tabs, selected tabs or windows in Chrome or another browser."

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

screenshot

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

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

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

                        With the CopyTabs Chrome extension, you can open browser URLs from Chrome, into any browser installed on your machine, or any other Chrome profile.

Easy to install. Just follow the instructions here, after installing the extension: https://copytabs.web.app/#about                    

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

ชื่อ CopyTabs CopyTabs
ID obkbjogekcjalnaebheboejhfkamadkg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copytabs/obkbjogekcjalnaebheboejhfkamadkg
คำอธิบาย Open your current tabs, selected tabs or windows in Chrome or another browser.
ขนาดไฟล์ 2.13 MB
จำนวนการติดตั้ง 309
เวอร์ชันปัจจุบัน 1.0.7.0
อัปเดตครั้งล่าสุด 2022-09-20
วันที่เผยแพร่ 2019-10-03
คะแนน 3.90/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา symphnyx.ltd
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://copytabs.web.app/
URL หน้านโยบายความเป็นส่วนตัว https://copytabs.firebaseapp.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CopyTabs",
    "description": "Open your current tabs, selected tabs or windows in Chrome or another browser.",
    "version": "1.0.7.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "tabs.html"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/lib\/jquery.js",
            "js\/shared.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "nativeMessaging",
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}