Silence of the Tabs (Beta)

Suspends inactive tabs or optionally, by clicking the [S] icon, the current tab or all other tabs of the current window.

Silence of the Tabs (Beta)คืออะไร?

Silence of the Tabs (Beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย K. Bauer และคุณลักษณะหลักของมันคือ "Suspends inactive tabs or optionally, by clicking the [S] icon, the current tab or all other tabs of the current window."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Silence of the Tabs (Beta)

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

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

                        !! BETA VERSION !!
==================

The extension is currently in testing. Some minor issues remain:

 - Sometimes tabs don't reload automatically when they should, and the user has to manually press the back button.
 - Using the "Suspend other Tabs" feature accidentally closes some tabs.



How Tabs are Stored
===================

The suspended tab is stored in a "Data-URL", which can be synchronized by Chrome's builtin Synchronization feature, such that the "Recent Tabs" feature on mobile devices and other PCs can be used. Since Data-URLs are local, no browsing information is sent to any server (other than, if enabled, Google's sync servers), so no privacy-issues should arise.

Tabs that have been suspended by the timer, or by "Suspend Other Tabs" will reload automatically, when they are revisted.



Comparison to similar Extensions
================================

Compared to "The Great Suspender", the Data-URLs enable synchronization with mobile devices, where the extension cannot be installed.

Compared to "TabMemFree", the Data-URLs prevent loss of browsing information, when something deletes the tab's history (e.g. due to a crash). 



Developer Mode
==============

The app includes a "Developer Mode" option, which adds a lot of debug information to the interface and to the JavaScript console.                    

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

ชื่อ Silence of the Tabs (Beta) Silence of the Tabs (Beta)
ID maidomnbcecnleeblgamjpjdiijifjmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/silence-of-the-tabs-beta/maidomnbcecnleeblgamjpjdiijifjmc
คำอธิบาย Suspends inactive tabs or optionally, by clicking the [S] icon, the current tab or all other tabs of the current window.
ขนาดไฟล์ 17.32 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2018-07-04
วันที่เผยแพร่ 2018-07-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา K. Bauer
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/kbauer/Silence-of-the-Tabs
URL หน้าช่วยเหลือ https://github.com/kbauer/Silence-of-the-Tabs#knownissues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Silence of the Tabs (Beta)",
    "description": "Suspends inactive tabs or optionally, by clicking the [S] icon, the current tab or all other tabs of the current window.",
    "version": "0.2.2",
    "browser_action": {
        "default_popup": "main.html#popuppage"
    },
    "options_page": "main.html#optionspage",
    "background": {
        "page": "main.html#backgroundpage"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}