TextForma

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

ما هو TextForma؟

TextForma هو إضافة Chrome تم تطويرها بواسطة textforma، والميزة الرئيسية لها هي "ウェブサイト上にある見たくない単語(NGワード)を覆い隠したり置き換えたりできる拡張機能です。".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TextForma

قم بتنزيل ملفات الامتداد TextForma بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
}