WhiteSlash - White background flash fix

Fix the white flash in new tabs or when clicking links

WhiteSlash - White background flash fix란 무엇입니까?

WhiteSlash - White background flash fix은(는) Titus Decali에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fix the white flash in new tabs or when clicking links"입니다.

확장 프로그램 스크린샷

screenshot

WhiteSlash - White background flash fix 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        WhiteSlash is a fix for the white flash in chrome that is shown whenever a link is clicked or a new tab is opened before the page fully loads. Protect your eyes and use this extension combined with Dark Reader.

REQUIRES NEWEST VERSION OF CHROME & DARK READER EXTENSION
Click settings -> About -> check for updates to ensure Chrome is fully updated.

Get Dark Reader at the link below:
https://chrome.google.com/webstore/detail/dark-reader/eimadpbcbfnmbkopoojfekhnkhdbieeh?hl=en


**In some cases, you may need to remove and reinstall your Chrome theme to make it work 100%

Tested on both Windows and Mac. I will keep this extension updated if any issues arise during future Chrome updates.                    

확장 프로그램 기본 정보

이름 WhiteSlash - White background flash fix WhiteSlash - White background flash fix
ID koiiicglkbcomcplnggedapdhafigbje
공식 URL https://chromewebstore.google.com/detail/whiteslash-white-backgrou/koiiicglkbcomcplnggedapdhafigbje
설명 Fix the white flash in new tabs or when clicking links
파일 크기 38.8 KB
설치 횟수 1,502
현재 버전 1.1
최근 업데이트 2017-05-10
출시 날짜 2017-05-09
평점 2.60/5 총 55 개의 평점
개발자 Titus Decali
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhiteSlash - White background flash fix",
    "version": "1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                "",
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Fix the white flash in new tabs or when clicking links",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon38.png",
        "permissions": [
            "tabs",
            "activeTab",
            "http:\/\/*\/*",
            "https:\/\/*\/*",
            ""
        ],
        "background": {
            "scripts": [
                "background.js"
            ]
        }
    }
}