Chrome Incognito Killer

Automatically kill incognito tabs after being idle for defined periods of time.

Chrome Incognito Killerคืออะไร?

Chrome Incognito Killer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trenton Trama และคุณลักษณะหลักของมันคือ "Automatically kill incognito tabs after being idle for defined periods of time."

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

screenshot

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

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

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

                        **IMPORTANT**
YOU MUST ALLOW THIS EXTENSION IN INCOGNITO MODE FROM THE CHROME EXTENSIONS PAGE
If you don't Incog killer won't even be able to see incognito tabs to close.

Chrome Incognito Killer will close any incognito tabs or tabs with URLs matching user defined patterns after detecting a system login or resume, or after it reaches a defined period of inactivity.  This means other people won't see your embarrassing tabs if they hop onto your computer and you forgot to close everything.

Incognito mode is for shopping, right?

Many people experience a sudden sleepiness shortly after they finish "shopping online", especially late at night after everyone else goes to bed.  As everyone knows, a sleepy person makes mistakes like leaving tabs open to the websites they were "shopping" on.

If someone else uses the computer the next day, the "surprise gift" could be seen.

In comes Chrome incognito killer.  
After a pre-defined time period (default of 15 minutes) of no activity on your computer,   this extension will find any open incognito tabs and close them; hiding all of your "shopping activity".  
Additionally,  this extension will close any incognito tabs if it detects that your computer was recently woken up from hibernate mode or logged in from a lock screen.

If you sometimes "shop" without using incognito mode, you can define url patterns to find non-incognito tabs that should be closed as well.


**IMPORTANT**
YOU MUST ALLOW THIS EXTENSION IN INCOGNITO MODE FROM THE CHROME EXTENSIONS PAGE
If you don't Incog killer won't even be able to see incognito tabs to close.                    

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

ชื่อ Chrome Incognito Killer Chrome Incognito Killer
ID pemnnphikkocdjjchdakacbhbfidoocb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-incognito-killer/pemnnphikkocdjjchdakacbhbfidoocb
คำอธิบาย Automatically kill incognito tabs after being idle for defined periods of time.
ขนาดไฟล์ 239 KB
จำนวนการติดตั้ง 1,350
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2016-04-21
วันที่เผยแพร่ 2016-04-21
คะแนน 3.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Trenton Trama
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Incognito Killer",
    "short_name": "Incog Killer",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Automatically kill incognito tabs after being idle for defined periods of time.",
    "permissions": [
        "tabs",
        "idle"
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "fancy-settings\/source\/index.html",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}