TextForma

ウェブサイト上にある見たくない単語(NGワード)を覆い隠したり置き換えたりできる拡張機能です。

TextFormaとは何ですか?

TextFormaはtextformaによって開発されたChromeの拡張機能で、その主な機能は「ウェブサイト上にある見たくない単語(NGワード)を覆い隠したり置き換えたりできる拡張機能です。」です。

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

screenshot

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

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

拡張機能の使用方法

                        TextFormaは、ウェブサイト上にある見たくない単語「NGワード」を覆い隠したり置き換えたりできるビジネス向けの Google Chrome 拡張機能です。見たくない単語を含むページ全体を非表示にするのではなく、その単語を含む一定範囲を覆い隠すため、必要な情報を安心して収集することが可能となります。ツイッターなどで使われているJavaScriptによるテキストの追加・変更にも対応しています。
なお開発者は情報の収集等は行っておりません。                    

拡張機能の基本情報

名前 TextForma TextForma
ID nmoicgikomkhfcfimpldahmfabckjiie
公式URL https://chromewebstore.google.com/detail/textforma/nmoicgikomkhfcfimpldahmfabckjiie
説明 ウェブサイト上にある見たくない単語(NGワード)を覆い隠したり置き換えたりできる拡張機能です。
ファイルサイズ 51.82 KB
インストール数 1,984
現在のバージョン 0.1.17
最終更新日 2016-04-08
公開日 2016-04-08
評価 4.00/5 合計 16 レビュー
開発者 textforma
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.textforma.com/
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TextForma",
    "version": "0.1.17",
    "default_locale": "ja",
    "description": "__MSG_description__",
    "permissions": [
        "storage",
        "tabs",
        "contentSettings"
    ],
    "icons": {
        "16": "images\/shield-icon16.png",
        "48": "images\/shield-icon48.png",
        "128": "images\/shield-icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "scripts\/core.js",
                "scripts\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/shield-icon16.png",
            "48": "images\/shield-icon48.png"
        }
    },
    "options_page": "\/html\/options.html"
}