Keptab

manage tabs friendly and reduce tabs clutter

Keptabคืออะไร?

Keptab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Keptab Team และคุณลักษณะหลักของมันคือ "manage tabs friendly and reduce tabs clutter"

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

screenshot

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

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

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

                        ● UPDATED: Keptab has been completely rewritten for new and add more features!!! 

Keptab is a powerful tabs manager that convert all your tabs with one click to a simple list. And more, you can share the list as a web page with your friends

Keptab is similar to OneTab, but more powerful than OneTab.

We named the project as Keptab (Kept Tabs), which means kept tabs as tabs group and read them later.

Whenever you find yourself with too many tabs, click the Keptab icon to convert all of your tabs into a list. When you need to access the tabs again, you can either restore them individually or all at once.

● Save tabs as collections that can be easily restored later.
    - Great for freeing up memory.
    - avoiding clutter.
● It is designed to be lightweight yet featureful.
    - Keptab based on IndexedDB that can save over 30000 tabs.
    - Refuse data loss incident when browser gone crash.
● Instance search with magic.
    - Super fastest instance search!
● Dark/Light theme
    - Nice at night.                    

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

ชื่อ Keptab Keptab
ID feodekcipceogpeomnijgmdlmocbggbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/keptab/feodekcipceogpeomnijgmdlmocbggbi
คำอธิบาย manage tabs friendly and reduce tabs clutter
ขนาดไฟล์ 180 KB
จำนวนการติดตั้ง 1,496
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2023-09-27
วันที่เผยแพร่ 2020-08-26
คะแนน 4.46/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา Keptab Team
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://keptab.com/
URL หน้าช่วยเหลือ https://keptab.com/help/
URL หน้านโยบายความเป็นส่วนตัว https://keptab.com/privacy
ภาษาที่รองรับ id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_keptab_name__",
    "description": "__MSG_keptab_description__",
    "version": "3.0.0",
    "author": "Keptab",
    "homepage_url": "https:\/\/keptab.com\/",
    "default_locale": "en",
    "icons": {
        "16": "images\/logo-16x16.png",
        "32": "images\/logo-32x32.png",
        "48": "images\/logo-48x48.png",
        "64": "images\/logo-64x64.png",
        "128": "images\/logo-128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/logo-16x16.png",
            "19": "images\/logo-19x19.png",
            "32": "images\/logo-32x32.png",
            "38": "images\/logo-38x38.png"
        },
        "default_title": "__MSG_keptab_name__"
    },
    "permissions": [
        "activeTab",
        "background",
        "contextMenus",
        "favicon",
        "history",
        "tabs",
        "tabGroups",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "commands": {
        "show-lists": {
            "description": "__MSG_show_lists__",
            "suggested_key": {
                "default": "Alt+K"
            }
        },
        "store-all-tabs": {
            "description": "__MSG_store_all_tabs__",
            "suggested_key": {
                "default": "Alt+A"
            }
        },
        "store-highlighted-tabs": {
            "description": "__MSG_store_highlighted_tabs__",
            "suggested_key": {
                "default": "Alt+C"
            }
        },
        "store-all-tabs-in-all-windows": {
            "description": "__MSG_store_all_tabs_in_all_windows__",
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    }
}