Clone Tab

Duplicate your current tab with a click or custom keystroke, complete with full navigation history.

Clone Tabคืออะไร?

Clone Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jordan Bowness และคุณลักษณะหลักของมันคือ "Duplicate your current tab with a click or custom keystroke, complete with full navigation history."

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

screenshot
screenshot
screenshot

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

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

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

                        Duplicate your current tab via button or command (I personally use CTRL+T to replace Chrome's built-in new tab behavior).

This extension does more than others in the Chrome Extension Store in that your entire tab's navigation history and browsing context is also duplicated.  Great way to fork your current browsing session! Make like Dolly and start cloning!                    

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

ชื่อ Clone Tab Clone Tab
ID lakoapehfeocchibmgehpllelmgmmaed
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clone-tab/lakoapehfeocchibmgehpllelmgmmaed
คำอธิบาย Duplicate your current tab with a click or custom keystroke, complete with full navigation history.
ขนาดไฟล์ 23.29 KB
จำนวนการติดตั้ง 1,141
เวอร์ชันปัจจุบัน 1.2018.1.404
อัปเดตครั้งล่าสุด 2018-01-05
วันที่เผยแพร่ 2018-01-04
คะแนน 4.79/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Jordan Bowness
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "name": "Clone Current Tab"
    },
    "description": "Duplicate your current tab with a click or custom keystroke, complete with full navigation history.",
    "icons": {
        "128": "icon.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDZdNzIOvljXDbefM60xAORD9o\/l\/1X11M4nbcFOfMWKThGlkIH3vBtNRyVctSocYBF4ugzYdjnoJDE77DVjEBNkIp3ts\/xf\/yGYfA9aXjw49oFJgYA+imMvpE6kjIcPTm2xrlZWIa8FgAkiFuBtX\/FVSVWF5Bc0hAy0T+KvQ1DlQIDAQAB",
    "manifest_version": 2,
    "name": "Clone Tab",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2018.1.404",
    "commands": {
        "clone-tab": {
            "suggested_key": {
                "windows": "Ctrl+T",
                "mac": "Ctrl+T",
                "chromeos": "Ctrl+T",
                "linux": "Ctrl+T"
            },
            "description": "Clone Tab"
        }
    }
}