TextForma

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

What is TextForma?

TextForma is a Chrome extension developed by textforma, and its main feature is "ウェブサイト上にある見たくない単語(NGワード)を覆い隠したり置き換えたりできる拡張機能です。".

Extension Screenshots

screenshot

Download TextForma Extension CRX File

Download TextForma extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name TextForma TextForma
ID nmoicgikomkhfcfimpldahmfabckjiie
Official URL https://chromewebstore.google.com/detail/textforma/nmoicgikomkhfcfimpldahmfabckjiie
Description ウェブサイト上にある見たくない単語(NGワード)を覆い隠したり置き換えたりできる拡張機能です。
File Size 51.82 KB
Installation Count 1,984
Current Version 0.1.17
Last Updated 2016-04-08
Publish Date 2016-04-08
Rating 4.00/5 Total 16 Ratings
Developer textforma
Email [email protected]
Payment Type free
Extension Website http://www.textforma.com/
Supported Languages 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"
}