FlashBug!

Replaces New Tabs with a customizable 60 fps moving background.

FlashBug!란 무엇입니까?

FlashBug!은(는) codingkiko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces New Tabs with a customizable 60 fps moving background."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

FlashBug! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 FlashBug! FlashBug!
ID hgiohbbhpanncimigeidpfpcfigfcoej
공식 URL https://chromewebstore.google.com/detail/flashbug/hgiohbbhpanncimigeidpfpcfigfcoej
설명 Replaces New Tabs with a customizable 60 fps moving background.
파일 크기 355 KB
설치 횟수 42
현재 버전 1.3
최근 업데이트 2021-01-04
출시 날짜 2020-10-19
평점 5.00/5 총 12 개의 평점
개발자 codingkiko
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}