Tab Customizer 2.0

Modify newtab with random NSFW-controlled background image

Tab Customizer 2.0คืออะไร?

Tab Customizer 2.0 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย udintobe และคุณลักษณะหลักของมันคือ "Modify newtab with random NSFW-controlled background image"

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

screenshot
screenshot
screenshot

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

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

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

                        This extension enables you to modify the newtab page with random NSFW-controlled background image of your own.

Specifically, this extension let you to select multiple images, then make it the newtab's background image. The background is picked randomly, but if you are turning off the NSFW mode, it'll only pick random safe images. The image NSFW-ness can be controlled from the extension's options page.

Main features:
- Random newtab background image
- Control the NSFW status of specific backgrounds
- Control whether to show the NSFW backgrounds or not (highly recommended to set the keyboard shortcut)
- Modifiable and Orderable shortcuts
- Slick design

Minimum requirements
- We recommend at least to have 1280x720 screen resolution for better experience

Other Features
- Toggle NSFW backgrounds
- Background cropping
- Storage used report
- Customizable shortcuts layout
- Customizable shortcuts size

FAQ: 
- If it's 2.0, then where's the 1.0?
  I built the Tab Customizer 1.0 when I'm relatively new to web development. It kinda messy and ugly, so I won't publish it. You can contact me tho if you really want to see it.
- Is there a feature where I can make one of the backgrounds become absolute background?
  Unfortunately, not yet. But in the future I'll probably be working on it.

Update 0.1.1

Fix Major Bug: where the font load from googleapis is blocking the page, now the font is downloaded and no longer fetching from googleapis                    

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

ชื่อ Tab Customizer 2.0 Tab Customizer 2.0
ID pfakheagikeomkmcckjjeociffdihcjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-customizer-20/pfakheagikeomkmcckjjeociffdihcjk
คำอธิบาย Modify newtab with random NSFW-controlled background image
ขนาดไฟล์ 3.36 MB
จำนวนการติดตั้ง 128
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2020-10-13
วันที่เผยแพร่ 2020-09-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา udintobe
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Modify newtab with random NSFW-controlled background image",
    "version": "0.1.1",
    "name": "Tab Customizer 2.0",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "sns-logo.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "commands": {
        "toggle_nsfw": {
            "suggested_key": {
                "default": "Shift+Alt+N"
            },
            "description": "Toggle NSFW Backgrounds",
            "global": true
        }
    },
    "icons": {
        "128": "sns-logo.png"
    },
    "web_accessible_resources": [
        "sns-logo.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}