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ファイルをダウンロード

WhiteSlash - White background flash fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
            ]
        }
    }
}