Manage Tabs

Save memory and keep tabs organized

Manage Tabsคืออะไร?

Manage Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hans J Schroeder และคุณลักษณะหลักของมันคือ "Save memory and keep tabs organized"

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

screenshot

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

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

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

                        Save lots of memory and use groups to keep your tabs organized.

You can create groups from all currently open tabs. You can later open and close all those tabs with a single click. You can also create and remove groups with a single click.

Minimum memory use

When tabs are grouped, they require no memory anymore. When the extension's view is closed, the extension will also unload and use zero memory. (Chrome's extension page will show 'inactive')

Privacy assurance

This extension works completely offline. No scripts, fonts or other content is loaded from other servers. (despite the favicons). It uses no analytics or other tracking as many similar extensions do.  In fact this is the main reason why this extension has been developed.

Changelog

0.5.2 - 2017-12-17

Changed
- Fix API to LocalStorage                    

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

ชื่อ Manage Tabs Manage Tabs
ID kijdiheabofhiihcebgpeelmgfmcogel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/manage-tabs/kijdiheabofhiihcebgpeelmgfmcogel
คำอธิบาย Save memory and keep tabs organized
ขนาดไฟล์ 88.48 KB
จำนวนการติดตั้ง 427
เวอร์ชันปัจจุบัน 0.5.2
อัปเดตครั้งล่าสุด 2017-12-17
วันที่เผยแพร่ 2017-12-17
คะแนน 4.10/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Hans J Schroeder
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Manage Tabs",
    "version": "0.5.2",
    "manifest_version": 2,
    "description": "Save memory and keep tabs organized",
    "incognito": "split",
    "author": "Hans J Schroeder",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Manage Tabs"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "short_name": "Tabmatic"
}