Save my tabs!

Save all open tabs to a bookmark folder

Save my tabs!คืออะไร?

Save my tabs! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย salvoventura และคุณลักษณะหลักของมันคือ "Save all open tabs to a bookmark folder"

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

screenshot

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

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

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

                        An open source browser addon/extension to bookmark at once all open tabs to a folder in the Bookmarks Toolbar.


Why this tool

I wanted a simple and easy way to dump lots of open tabs to a folder, so that I can reopen them all at a later time.


Background

Anyone doing online research ends up eventually with a lot of content open across multiple tabs. As it usually happens, many of these tabs are kept open just as a placeholder for review, which may not happen right away. If you cannot keep your browser open forever, or if you have multiple research projects going on at the same time, it can be convenient to just dump the current tabs on a bookmark folder, which makes it easy to resume the research activity at a later time. In fact, you can use the Open All in Tabs option on the folder to reopen all tabs.                    

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

ชื่อ Save my tabs! Save my tabs!
ID kfoppgabigkfegjfafmadikhjllohfep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-my-tabs/kfoppgabigkfegjfafmadikhjllohfep
คำอธิบาย Save all open tabs to a bookmark folder
ขนาดไฟล์ 54.7 KB
จำนวนการติดตั้ง 256
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2024-01-22
วันที่เผยแพร่ 2020-04-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา salvoventura
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/salvoventura/save-my-tabs
URL หน้าช่วยเหลือ https://github.com/salvoventura/save-my-tabs
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save my tabs!",
    "version": "1.2.2",
    "description": "Save all open tabs to a bookmark folder",
    "homepage_url": "https:\/\/github.com\/salvoventura\/save-my-tabs",
    "icons": {
        "32": "icons\/iconfinder_tab_new_raised_18931.png"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "alarms",
        "storage"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/browser-polyfill.min.js",
            "lib\/common.js",
            "background\/background.js"
        ]
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "browser_action": {
        "default_icon": "icons\/iconfinder_tab_new_raised_18931.png",
        "default_title": "Save my tabs!",
        "default_popup": "popup\/save-my-tabs.html"
    }
}