Tabulate

Close tab sessions to save CPU resources and reopen them easily!

Tabulateคืออะไร?

Tabulate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MuddyBoi และคุณลักษณะหลักของมันคือ "Close tab sessions to save CPU resources and reopen them easily!"

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

screenshot
screenshot
screenshot

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

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

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

                        Tabulate is a Google Chrome Extension that is meant to help users who often leave many Chrome tabs open. Chrome tabs are notorious for taking up your CPU and memory, but often users do not want to lose the the pages that they were looking at. Tabulate lets you save these tab sessions and easily reopen them without them being active and hogging up your resources! Treat it like a more sophisticated favorites/bookmarks application.

To open the Tabulate popup menu, click on the Tabulate icon in the upper right corner of Chrome. 

To save your current tab, click on the "Save Tab" button and choose a unique name for your session.

To save all the tabs in your current window, click on the "Save Window" button and choose a unique name for your session.

To open the tabs saved within a session, click on the corresponding session row.

To edit a session name, click on the blue pencil icon at the right side of the session. This will take you to a page showing all the links stored within the session. You can edit the name of the session by clicking the white pencil icon at the upper-left side of the page. You can also delete links by clicking the red trashcan icon at the right side of the link row and add the current tab to the session by clicking the plus icon at the upper-right side of the page.

To delete a session from Tabulate, click on the red trashcan icon at the right side of the session.

To open settings, click on the gear icon. This will take you to a new page containing the settings for Tabulate.

The default settings are to ask for confirmation before deleting a session, keep the tab(s) that you have just saved open, open session tabs in the current window, and do nothing after opening a session. These settings can be changed by navigating to the settings page and checking the appropriate boxes/buttons.

Happy Tabulating!                    

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

ชื่อ Tabulate Tabulate
ID hbabjcmngkoppjaibgbpdbbcfhhmakmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabulate/hbabjcmngkoppjaibgbpdbbcfhhmakmo
คำอธิบาย Close tab sessions to save CPU resources and reopen them easily!
ขนาดไฟล์ 656 KB
จำนวนการติดตั้ง 331
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2020-04-05
วันที่เผยแพร่ 2020-04-04
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา MuddyBoi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/JeremyTsaii/Tabulate
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabulate",
    "version": "2.0.0",
    "description": "Close tab sessions to save CPU resources and reopen them easily!",
    "author": "Jeremy T. & Sergio G.",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Open Tabulate menu",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}