TextForma

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

Qu'est-ce que TextForma ?

TextForma est une extension Chrome développée par textforma, et sa fonction principale est "ウェブサイト上にある見たくない単語(NGワード)を覆い隠したり置き換えたりできる拡張機能です。".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TextForma

Téléchargez les fichiers d'extension TextForma au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom TextForma TextForma
ID nmoicgikomkhfcfimpldahmfabckjiie
URL Officiel https://chromewebstore.google.com/detail/textforma/nmoicgikomkhfcfimpldahmfabckjiie
Description ウェブサイト上にある見たくない単語(NGワード)を覆い隠したり置き換えたりできる拡張機能です。
Taille du Fichier 51.82 KB
Nombre d'Installations 1,984
Version Actuelle 0.1.17
Dernière Mise à Jour 2016-04-08
Date de Publication 2016-04-08
Évaluation 4.00/5 Total 16 Évaluations
Développeur textforma
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.textforma.com/
Langues Prises en Charge 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"
}