Tabbradoodle

Improve browser performance by suspending idle tabs and boost productivity by blocking time-wasting sites.

Tabbradoodleคืออะไร?

Tabbradoodle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Olives Inc และคุณลักษณะหลักของมันคือ "Improve browser performance by suspending idle tabs and boost productivity by blocking time-wasting sites."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tabbie the labradoodle is here to guard you from memory-hogging background tabs and time-wasting sites.

Ever found yourself with too many tabs open, music streaming out of a window you can’t find? Your browser slows down. You’re frustrated. 

Too many tabs? Suspend them. 

With Tabbradoodle, you can suspend background tabs after 30 minutes, an hour or even a day. Your internet consumption drops. Your new tabs load faster.

Spending too much time on a website? Block it. 

You can set a usage timer on websites of your choosing. Fire an alert 5 minutes before blocking. Wrap up your Netflix episode. Tabbie will guard your point in the show until you’re ready for a break an hour later - or however long you choose. Your research paper will grateful.

Tabbie is a privacy-conscious pup, and will never save or send any of your data.

Keywords:
tabbradoodle tabradoodle suspension blocker productivity                    

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

ชื่อ Tabbradoodle Tabbradoodle
ID kchbmfijgniobfjafmbpolfjdglgjkek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabbradoodle/kchbmfijgniobfjafmbpolfjdglgjkek
คำอธิบาย Improve browser performance by suspending idle tabs and boost productivity by blocking time-wasting sites.
ขนาดไฟล์ 509 KB
จำนวนการติดตั้ง 171
เวอร์ชันปัจจุบัน 1.0.10
อัปเดตครั้งล่าสุด 2022-06-03
วันที่เผยแพร่ 2021-04-09
คะแนน 4.67/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Olives Inc
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,es,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabbradoodle",
    "description": "__MSG_description__",
    "version": "1.0.10",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "chrome:\/\/favicon\/*",
        "idle"
    ],
    "background": {
        "scripts": [
            "js\/constants.js",
            "js\/utils.js",
            "js\/tabbie.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Tabbradoodle",
        "default_icon": {
            "16": "img\/default16.png",
            "24": "img\/default24.png",
            "32": "img\/default32.png"
        },
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "img\/default16.png",
        "32": "img\/default32.png",
        "48": "img\/default48.png",
        "128": "img\/default128.png"
    },
    "web_accessible_resources": [
        "suspended.html"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; child-src 'self' https:\/\/docs.google.com\/; connect-src 'self'; img-src 'self' data: chrome:; style-src 'self' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com; default-src 'self'",
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "55"
}