Keyword Replacer

Replace keywords with a set text when pressing the selected combination of keys.

ما هو Keyword Replacer؟

Keyword Replacer هو إضافة Chrome تم تطويرها بواسطة Stilling، والميزة الرئيسية لها هي "Replace keywords with a set text when pressing the selected combination of keys.".

تحميل ملف CRX للإضافة Keyword Replacer

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

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

                                            

معلومات أساسية عن التمديد

الاسم Keyword Replacer Keyword Replacer
ID hiifjfgimklijlmlikbpokdecbekdldm
عنوان URL الرسمي https://chromewebstore.google.com/detail/keyword-replacer/hiifjfgimklijlmlikbpokdecbekdldm
الوصف Replace keywords with a set text when pressing the selected combination of keys.
حجم الملف 637 KB
عدد التثبيتات 58
النسخة الحالية 0.1.4
آخر تحديث 2016-03-24
تاريخ النشر 2016-03-24
تقييم 5.00/5 مجموع تقييمات 3
المطور Stilling
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keyword Replacer",
    "manifest_version": 2,
    "version": "0.1.4",
    "author": "Mitch @BlameMitch",
    "short_name": "Keyword Replacer",
    "description": "Replace keywords with a set text when pressing the selected combination of keys.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Options"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/moment.js",
                "js\/scripts.js"
            ]
        }
    ]
}