Chrome Tab Unloader

This extension gives you a button to save your system resources by replacing open tabs with placeholders.

Chrome Tab Unloaderคืออะไร?

Chrome Tab Unloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย idupree และคุณลักษณะหลักของมันคือ "This extension gives you a button to save your system resources by replacing open tabs with placeholders."

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

screenshot

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

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

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

                        Chrome Tab Unloader gives you a simple button to unload the current tab, or all tabs. You might do this in order to save on system resources (RAM, CPU), or to make the tab quiet.  Reload the tab just by clicking in its content area.                    

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

ชื่อ Chrome Tab Unloader Chrome Tab Unloader
ID ncifninngopkimemifelcaelaaigceod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-tab-unloader/ncifninngopkimemifelcaelaaigceod
คำอธิบาย This extension gives you a button to save your system resources by replacing open tabs with placeholders.
ขนาดไฟล์ 14.05 KB
จำนวนการติดตั้ง 160
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2016-10-20
วันที่เผยแพร่ 2016-10-20
คะแนน 2.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา idupree
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/idupree/chrome-tab-unloader
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Tab Unloader",
    "short_name": "Tab Unloader",
    "description": "This extension gives you a button to save your system resources by replacing open tabs with placeholders.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/github.com\/idupree\/chrome-tab-unloader",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/"
    ]
}