my extension

Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…

ما هو my extension؟

my extension هو إضافة Chrome تم تطويرها بواسطة dkempton.developer، والميزة الرئيسية لها هي "Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…".

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

screenshot

تحميل ملف CRX للإضافة my extension

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

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

                        Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the package to get the extension name to change, but couldn't get that to work.                    

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

الاسم my extension my extension
ID dhehdcfhafbjceagdpjaogedgjagngph
عنوان URL الرسمي https://chromewebstore.google.com/detail/my-extension/dhehdcfhafbjceagdpjaogedgjagngph
الوصف Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…
حجم الملف 3.23 KB
عدد التثبيتات 42
النسخة الحالية 0.0.1
آخر تحديث 2021-01-07
تاريخ النشر 2021-01-07
المطور dkempton.developer
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.1",
    "name": "my extension",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wesign4u.com\/signing\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}