Save Your Tabs for Later

Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.

Save Your Tabs for Laterคืออะไร?

Save Your Tabs for Later เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bkanyo และคุณลักษณะหลักของมันคือ "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task."

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

screenshot
screenshot

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

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

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

                        Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.

Using this extension can be really useful when you are researching on the internet in multiple topics or just have multiple workflows for multiple tasks which are require different tabs to be opened.

You can use this extension to extend your capability by focusing on more tasks at the same time or just switching tasks on-the-fly by opening a saved session in this add-on.                    

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

ชื่อ Save Your Tabs for Later Save Your Tabs for Later
ID dlpkofiapmkalomecepjjhlkjhommkap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-your-tabs-for-later/dlpkofiapmkalomecepjjhlkjhommkap
คำอธิบาย Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.
ขนาดไฟล์ 1.06 MB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2017-08-14
วันที่เผยแพร่ 2017-08-14
ผู้พัฒนา bkanyo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Your Tabs for Later",
    "description": "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.",
    "version": "1.0.2",
    "shortName": "Save tabs",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "media\/icon.png",
        "default_popup": "index.html"
    }
}