Simply Tabs Saver
Quickly save or restore all tabs with just a click!
Simply Tabs Saverคืออะไร?
Simply Tabs Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://apoorv.pro และคุณลักษณะหลักของมันคือ "Quickly save or restore all tabs with just a click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simply Tabs Saver
ดาวน์โหลดไฟล์ส่วนขยาย Simply Tabs Saver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can save opened tabs, with just a single click. With that extension you could save all opened tabs in current window. This is realy good, when you often need to open many tabs on different subjects, with a single click. Features: 1. Possibility to Save opened tabs with unique name and reopening them in future with single click. 2. Possibility to Open different tabs in previously saved group. 3. Possibility to Delete saved tabs. 4. Possibility to Update existing tabs group with the current open tabs. 5. Possibility to Open tab groups(multiple tabs) with a single click. 6. Possibility to reset links. Hints: Use single Left Mouse click on links to open a new tab. The link will open up in new tab. Use single Left Mouse click on tab group link to open all tab links present in the tab group.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simply Tabs Saver |
ID | aobclpbhnodnafnndcfgfecfeloganfm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simply-tabs-saver/aobclpbhnodnafnndcfgfecfeloganfm |
คำอธิบาย | Quickly save or restore all tabs with just a click! |
ขนาดไฟล์ | 109 KB |
จำนวนการติดตั้ง | 1,605 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2013-02-05 |
วันที่เผยแพร่ | 2013-02-04 |
คะแนน | 2.78/5 รวมทั้งหมด 23 คะแนน |
ผู้พัฒนา | https://apoorv.pro |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ApoorvSaxena/Multiple-Tab-Saver |
URL หน้าช่วยเหลือ | https://github.com/ApoorvSaxena/Multiple-Tab-Saver |
ภาษาที่รองรับ | de,en,fr,es,ru |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "version": "1.0.3", "description": "__MSG_application_description__", "background": { "scripts": [ "jquery.js", "background.js" ] }, "icons": { "16": "icon16.png", "24": "icon24.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ], "browser_action": { "name": "Quickly Save Tabs", "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Save Tabs" }, "default_locale": "en", "manifest_version": 2 } |