Export Tabs as Text File
Chrome Tabs extension saves active tab URLs with a single click. Export them as a text file to your computer.
Export Tabs as Text Fileคืออะไร?
Export Tabs as Text File เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bethesk และคุณลักษณะหลักของมันคือ "Chrome Tabs extension saves active tab URLs with a single click. Export them as a text file to your computer."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Export Tabs as Text File
ดาวน์โหลดไฟล์ส่วนขยาย Export Tabs as Text File ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The "Export Tabs as Text File" Chrome extension allows you to quickly and easily save a list of URLs for all the active tabs in your current Chrome window. With just a single click, the extension will gather the URLs of all your active tabs and export them as a text file that you can save to your computer. To use the extension, simply click on the "Export Tabs as Text File" button in the popup window that appears when you click on the extension icon. The extension will then generate a text file containing the URLs of all your active tabs, which you can save to your computer by specifying a filename and a location. This extension is useful for people who often work with multiple tabs open at the same time and need a quick and easy way to save a list of URLs for later reference. ☕BUY ME A COFFEE If you enjoy this extension, please consider buying me a coffee. Thanks! https://www.buymeacoffee.com/bethesk
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Export Tabs as Text File |
ID | odclbaijmmabcgcdaipkpkcmfkfifgea |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/export-tabs-as-text-file/odclbaijmmabcgcdaipkpkcmfkfifgea |
คำอธิบาย | Chrome Tabs extension saves active tab URLs with a single click. Export them as a text file to your computer. |
ขนาดไฟล์ | 78.65 KB |
จำนวนการติดตั้ง | 4,000 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2024-01-10 |
วันที่เผยแพร่ | 2023-04-11 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | bethesk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Export Tabs as Text File", "version": "1.0.1", "description": "Chrome Tabs extension saves active tab URLs with a single click. Export them as a text file to your computer.", "icons": { "16": "OIG.png", "32": "OIG.png", "48": "OIG.png", "128": "OIG.png" }, "permissions": [ "tabs", "downloads" ], "action": { "default_icon": { "16": "OIG.png", "32": "OIG.png", "48": "OIG.png", "128": "OIG.png" }, "default_popup": "popup.html" } } |