tab2text
Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.
tab2textคืออะไร?
tab2text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mikhuang และคุณลักษณะหลักของมันคือ "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tab2text
ดาวน์โหลดไฟล์ส่วนขยาย tab2text ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Want to edit your currently opened tabs as plaintext? Now you can. Usage ideas: - Take existing list of tabs, copy it into your text editor, futz with it, then back into the browser - Generate a list of URLs with text editor, application, whatever. Paste it in, open everything at once - Sharing your currently opened tabs quickly in whatever application - ??? Pro tip: Add a keyboard shortcut to open the window quickly! Go to: More Tools > Extensions > Keyboard Shortcuts (all the way on the bottom), and add something like Command+Ctrl+T
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | tab2text |
ID | pkbpfddfoepjgmfmlafmdmhpiclhngih |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab2text/pkbpfddfoepjgmfmlafmdmhpiclhngih |
คำอธิบาย | Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs. |
ขนาดไฟล์ | 28.92 KB |
จำนวนการติดตั้ง | 108 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2016-12-16 |
วันที่เผยแพร่ | 2016-12-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | mikhuang |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "tab2text", "description": "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.", "version": "1.0.1", "browser_action": { "default_icon": "icon2.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |