Keyword Checker
Check for missing keywords in the content of the current web page.
ما هو Keyword Checker؟
Keyword Checker هو إضافة Chrome تم تطويرها بواسطة https://www.bigtechies.com، والميزة الرئيسية لها هي "Check for missing keywords in the content of the current web page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Keyword Checker
قم بتنزيل ملفات الامتداد Keyword Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Keyword Checker Chrome Extension Keyword Checker is a Google Chrome extension that helps you check for missing keywords in the content of the current web page. The extension works by analyzing the content of the page and comparing it to a list of predefined keywords.
معلومات أساسية عن التمديد
الاسم | Keyword Checker |
ID | plndmgedaicbgmocifcjmimognpdnhjf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/keyword-checker/plndmgedaicbgmocifcjmimognpdnhjf |
الوصف | Check for missing keywords in the content of the current web page. |
حجم الملف | 38.44 KB |
عدد التثبيتات | 425 |
النسخة الحالية | 1.2 |
آخر تحديث | 2023-06-19 |
تاريخ النشر | 2023-05-22 |
تقييم | 4.88/5 مجموع تقييمات 8 |
المطور | https://www.bigtechies.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.bigtechies.com/ |
عنوان صفحة المساعدة | https://github.com/AleemIqbal/keyword-checker-extension |
اللغات المدعومة | en-US |
manifest.json | |
{ "action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Keyword Checker" }, "description": "Check for missing keywords in the content of the current web page.", "icons": { "48": "icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkRE5hQ\/JWsQai3hjO6DrPILHjGy3cUgfT2GzWP50HO09E6Lzg0z7kYwHiBx2x9X9Xr9ixzzo5znRozzTsvyZ\/d51FYOBLi3vuVtGyTQ7rIfJtfg9BUdipV\/V\/gmjBqk+zhqF74PfN2TsbqbMda8ZG\/5vCFERE9WxDtMwe3b5hBV580xS1lx3EV6\/3+VJfdz3JphuyI077ZmN1vPethqGspHZbaeprvgf5n7Iokoi04Qf+oCKOg1EpgEZSwI5FitSOYEUAsmoRlNCyD4xN5hgoqBBHQ+\/ds+Qy4Uifbo5nKUH\/p3KYuq3RRKw2mjAJdr+zmZemYPK65iX0+eoRVUhEQIDAQAB", "manifest_version": 3, "name": "Keyword Checker", "permissions": [ "activeTab", "scripting" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |