Save All Tab URLs
Get the raw URLs of all your open tabs!
Save All Tab URLsคืออะไร?
Save All Tab URLs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Erisa A และคุณลักษณะหลักของมันคือ "Get the raw URLs of all your open tabs!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save All Tab URLs
ดาวน์โหลดไฟล์ส่วนขยาย Save All Tab URLs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When clicked, this extension shows all the URLs of your open tabs in a convenient way for you to copy/paste and save wherever you want, allowing you to re-visit all the open tabs you had the last time you used your browser!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Save All Tab URLs |
ID | bgjfbcjoaghcfdhnnnnaofkjbnelkkcm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/save-all-tab-urls/bgjfbcjoaghcfdhnnnnaofkjbnelkkcm |
คำอธิบาย | Get the raw URLs of all your open tabs! |
ขนาดไฟล์ | 13.36 KB |
จำนวนการติดตั้ง | 1,851 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2019-10-14 |
วันที่เผยแพร่ | 2019-10-13 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Erisa A |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://erisa.uk/privacy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save All Tab URLs", "description": "Get the raw URLs of all your open tabs!", "version": "0.1.4", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png", "256": "icons\/logo-256.png" }, "browser_action": { "default_icon": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png", "256": "icons\/logo-256.png" } }, "permissions": [ "tabs" ] } |