Save Tabs

Save your opened tabs as json or plain text

Save Tabsคืออะไร?

Save Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย robeeeert และคุณลักษณะหลักของมันคือ "Save your opened tabs as json or plain text"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save Tabs

ดาวน์โหลดไฟล์ส่วนขยาย Save Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Save Tabs is a chrome extension that allows saving all opened tabs to JSON or plain text.

Currently, it includes the following features:

- Save open tabs as JSON or plain text
- Optionally save the tabs from all open windows
- Optionally open the list in a new tab instead of saving it to a file
- Optionally change the file name

Specials:

- Requires minimum permissions
- Works completely offline
- Does not upload your tab lists to any server                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Save Tabs Save Tabs
ID ikpopifiapnnnoggbmhhnnaiiaehnfel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-tabs/ikpopifiapnnnoggbmhhnnaiiaehnfel
คำอธิบาย Save your opened tabs as json or plain text
ขนาดไฟล์ 12.91 KB
จำนวนการติดตั้ง 160
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2017-04-23
วันที่เผยแพร่ 2017-04-23
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา robeeeert
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/robeeeert/chrome-save-tabs
URL หน้าช่วยเหลือ https://github.com/robeeeert/chrome-save-tabs/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Tabs",
    "description": "Save your opened tabs as json or plain text",
    "version": "0.2.0",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ]
}