Save my Tabs
Save all tabs at once.
Save my Tabsคืออะไร?
Save my Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SG Web และคุณลักษณะหลักของมันคือ "Save all tabs at once."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save my Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Save my Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Save my Tabs is an extension that with one click can save all open tabs in your browser. After the click, you have the option of: - Select the tab you want to save - Save to Favorites choosing the directory to be saved or creating a new directory. - Copy to clipboard, which allows it to where you want to paste the links and can send it by email, message, etc.. In addition to saving the tabs that are open in your browser, Save my Tabs has the capability to open multiple tabs content from a list of URL's. You can select a list of URL's and with the right mouse button to choose "Open links in new tabs." by SG Web and Monteverde.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Save my Tabs |
ID | djadfifncobffjpicnkiegahdiobpaap |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/save-my-tabs/djadfifncobffjpicnkiegahdiobpaap |
คำอธิบาย | Save all tabs at once. |
ขนาดไฟล์ | 25.46 KB |
จำนวนการติดตั้ง | 26,913 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2017-03-13 |
วันที่เผยแพร่ | 2017-03-13 |
คะแนน | 4.03/5 รวมทั้งหมด 86 คะแนน |
ผู้พัฒนา | SG Web |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/wsiqueira/savemytabs-chrome-ext/ |
URL หน้าช่วยเหลือ | https://github.com/wsiqueira/savemytabs-chrome-ext/wiki |
ภาษาที่รองรับ | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save my Tabs", "default_locale": "en", "description": "__MSG_description__", "manifest_version": 2, "version": "1.0.6", "background": { "scripts": [ "js\/links.js" ] }, "permissions": [ "contextMenus", "bookmarks", "tabs" ], "browser_action": { "default_title": "Save my Tabs", "default_icon": "img\/icons\/icon48.png", "default_popup": "index.html" }, "icons": { "16": "img\/icons\/icon16.png", "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" } } |