TextForma

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

Cos'è TextForma?

TextForma è un'estensione di Chrome sviluppata da textforma, e la sua funzione principale è "ウェブサイト上にある見たくない単語(NGワード)を覆い隠したり置き換えたりできる拡張機能です。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TextForma

Scarica i file di estensione TextForma in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome TextForma TextForma
ID nmoicgikomkhfcfimpldahmfabckjiie
URL Ufficiale https://chromewebstore.google.com/detail/textforma/nmoicgikomkhfcfimpldahmfabckjiie
Descrizione ウェブサイト上にある見たくない単語(NGワード)を覆い隠したり置き換えたりできる拡張機能です。
Dimensione del File 51.82 KB
Conteggio Installazioni 1,984
Versione Corrente 0.1.17
Ultimo Aggiornamento 2016-04-08
Data di Pubblicazione 2016-04-08
Valutazione 4.00/5 Totale 16 Valutazioni
Sviluppatore textforma
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.textforma.com/
Lingue Supportate 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"
}