Indexing Test
Test if the current page is indexed by Google
ما هو Indexing Test؟
Indexing Test هو إضافة Chrome تم تطويرها بواسطة benzihomo، والميزة الرئيسية لها هي "Test if the current page is indexed by Google".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Indexing Test
قم بتنزيل ملفات الامتداد Indexing Test بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension enables you to test if the current page is indexed by Google. Simply select "Indexing Test" from the context menu on the page you want to check.
معلومات أساسية عن التمديد
الاسم | |
ID | lgonpmchaeokedifbjenbcnjcdefdceg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/indexing-test/lgonpmchaeokedifbjenbcnjcdefdceg |
الوصف | Test if the current page is indexed by Google |
حجم الملف | 8.9 KB |
عدد التثبيتات | 40,015 |
النسخة الحالية | 0.1 |
آخر تحديث | 2014-03-11 |
تاريخ النشر | 2014-03-11 |
تقييم | 2.14/5 مجموع تقييمات 21 |
المطور | benzihomo |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Indexing Test", "description": "Test if the current page is indexed by Google", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "version": "0.1", "manifest_version": 2 } |