NHS Overspend Autocorrector

Modifies phrases related to the ongoing NHS funding crisis.

NHS Overspend Autocorrectorとは何ですか?

NHS Overspend AutocorrectorはDr. Hugh Harveyによって開発されたChromeの拡張機能で、その主な機能は「Modifies phrases related to the ongoing NHS funding crisis.」です。

拡張機能のスクリーンショット

screenshot

NHS Overspend Autocorrector拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The NHS is undergoing the largest chronic underfunding period in its 70 year history. The Department of Health (and thus the media) tend to blame this on hospitals and staff, as if it were their fault. In reality there simply isn’t enough money provided by the Treasury to provide the services that are needed, with staff overstretched, waiting lists increasing and patient care suffering in quality. England spends less (% GDP) on the NHS than the OECD average.

This extension automatically changes words and phrases on websites describing the funding crisis to reflect the truth: that the health service we love is not being funded properly from the top.

Developed by:
Hugh Harvey, @DrHughHarvey
Matt Morris, @boxel
————

Features:

Easy install (and removal)
Works on all websites
Changes text only
Only functions in relevant context (e.g site mentions NHS)
Never read about overspending again!

————

Disclaimer: 
This extension changes the way the text of news websites is presented. Users should be aware that by installing this extension they will not be reading text as it was originally intended. 
The extension can be disabled in the extensions submenu.

This extension is in no way related to the NHS, the Department of Health, the Treasury or any other regulatory body or online news outlet.

This extension does not store any user data, nor is any sent to the creators.                    

拡張機能の基本情報

名前 NHS Overspend Autocorrector NHS Overspend Autocorrector
ID ibhgdojccgidhnlfnbgdlaoliojccgph
公式URL https://chromewebstore.google.com/detail/nhs-overspend-autocorrect/ibhgdojccgidhnlfnbgdlaoliojccgph
説明 Modifies phrases related to the ongoing NHS funding crisis.
ファイルサイズ 3.63 KB
インストール数 309
現在のバージョン 1.6
最終更新日 2016-07-28
公開日 2016-07-28
評価 2.75/5 合計 4 レビュー
開発者 Dr. Hugh Harvey
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NHS Overspend Autocorrector",
    "short_name": "NHS Ovrspend",
    "description": "Modifies phrases related to the ongoing NHS funding crisis.",
    "version": "1.6",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}