Copy Tab Info

Chromium Extension for copy tab info to clipboard.

Copy Tab Infoคืออะไร?

Copy Tab Info เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Abbas Gussenov และคุณลักษณะหลักของมันคือ "Chromium Extension for copy tab info to clipboard."

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

screenshot

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

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

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

                        𝐅𝐞𝐚𝐭𝐮𝐫𝐞𝐬

 Active tab in current window: 
  + Copy title of active tab in current window as string 
  + Copy URL of active tab in current window as string 
  + Copy link of active tab in current window as HTML 
  + Copy link of active tab in current window as RedNotebook 
  + Copy link of active tab in current window as Markdown 
  + Copy link of active tab in current window as Markdown ordered list item 
  + Copy link of active tab in current window as Markdown unordered list item 

 All tabs in current window: 
  + Copy titles of all tabs in current window as text 
  + Copy URLs of all tabs in current window as text 
  + Copy links of all tabs in current window as HTML ordered list 
  + Copy links of all tabs in current window as HTML unordered list 
  + Copy links of all tabs in current window as Markdown ordered list 
  + Copy links of all tabs in current window as Markdown unordered list 

 All tabs in all windows: 
  + Copy titles of all tabs in all windows as text 
  + Copy URLs of all tabs in all windows as text 
  + Copy links of all tabs in all windows as HTML ordered list 
  + Copy links of all tabs in all windows as HTML unordered list 
  + Copy links of all tabs in all windows as Markdown ordered list 
  + Copy links of all tabs in all windows as Markdown unordered list

𝐒𝐚𝐟𝐞𝐭𝐲

This is completely open source Chromium extension, and totally safe to use.
If you are a coder, you can audit code yourself (or pay to have it audited or have to trust developer communities).                    

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

ชื่อ Copy Tab Info Copy Tab Info
ID lppcgkhgnfalmlnhkjgdfmkhhgdilfdd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-tab-info/lppcgkhgnfalmlnhkjgdfmkhhgdilfdd
คำอธิบาย Chromium Extension for copy tab info to clipboard.
ขนาดไฟล์ 11.48 KB
จำนวนการติดตั้ง 1,700
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2019-02-18
วันที่เผยแพร่ 2019-02-18
คะแนน 4.08/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Abbas Gussenov
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/gusenov/copy-tab-info-extension
URL หน้าช่วยเหลือ https://github.com/gusenov/copy-tab-info-extension/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy Tab Info",
    "version": "1.1.0",
    "description": "Chromium Extension for copy tab info to clipboard.",
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/icons.iconarchive.com\/icons\/double-j-design\/ravenna-3d\/16\/File-Copy-icon.png",
            "24": "images\/icons\/icons.iconarchive.com\/icons\/double-j-design\/ravenna-3d\/24\/File-Copy-icon.png",
            "32": "images\/icons\/icons.iconarchive.com\/icons\/double-j-design\/ravenna-3d\/32\/File-Copy-icon.png"
        },
        "default_title": "Copy Tab Info",
        "default_popup": "popup.html"
    },
    "author": "Abbas Gussenov",
    "permissions": [
        "tabs"
    ]
}