Tab Copy/Paste

Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.

Tab Copy/Pasteคืออะไร?

Tab Copy/Paste เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alexander และคุณลักษณะหลักของมันคือ "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard."

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

screenshot

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

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

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

                                            

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

ชื่อ Tab Copy/Paste Tab Copy/Paste
ID nbfccmdfpollpgjnbghmnkmgimliookh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-copypaste/nbfccmdfpollpgjnbghmnkmgimliookh
คำอธิบาย Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.
ขนาดไฟล์ 11.93 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-02-21
วันที่เผยแพร่ 2015-02-21
คะแนน 4.64/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Alexander
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "description": "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Tab Copy\/Paste",
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "tabs"
    ],
    "short_name": "Tab Copy\/Paste",
    "version": "1.2"
}