FlashBug!

Replaces New Tabs with a customizable 60 fps moving background.

FlashBug! là gì?

FlashBug! là một tiện ích mở rộng Chrome được phát triển bởi codingkiko, và tính năng chính của nó là "Replaces New Tabs with a customizable 60 fps moving background.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FlashBug!

Tải xuống các tệp mở rộng FlashBug! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A colorful moving background which overrides New Tabs opened. Customizability ranges from colors of the metaballs, the size of them, and how many are on screen. The extension is extremely light and leaves Chrome's performance unnaffected; older systems may vary. A minimalistic extension which only affects the New Tab page; there is no search bar in the middle of the screen for New Tabs, however any typing in the New Tab page will automatically be rerouted to the URL bar, in no way hindering the ability to search Google. 

To customize your background, click on the top-right puzzle icon, and in the dropdown you will see FlashBug! Clicking FlashBug! will open the customization window. 

1.3 changes:
Include spectrum cycling mode that can be toggled, which gently changes colors over time.
Plans for 1.4:
Adjustable speed in spectrum cycling, toggle-able on and off mode, optional searchbar/bookmark bar in the center of the screen.

Inspiration is drawn from The Coding Train, who coded this type of animation using Java in his YouTube Coding Challenge series, episode #28. Credit to Basile Pesin as well, who translated the original code from Java to JavaScript; the code used in this extension draws inspiration from the translated version by Basile Pesin.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FlashBug! FlashBug!
ID hgiohbbhpanncimigeidpfpcfigfcoej
URL Chính Thức https://chromewebstore.google.com/detail/flashbug/hgiohbbhpanncimigeidpfpcfigfcoej
Mô tả Replaces New Tabs with a customizable 60 fps moving background.
Kích Thước Tệp 355 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-01-04
Ngày Phát Hành 2020-10-19
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển codingkiko
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FlashBug!",
    "version": "1.3",
    "description": "Replaces New Tabs with a customizable 60 fps moving background.",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "newTabPage\/metaballs.html"
    },
    "icons": {
        "16": "Icons\/MetaBlue_16.png",
        "48": "Icons\/MetaBlue_48.png",
        "128": "Icons\/MetaBlue_128.png"
    }
}