Site Pages
Search for all pages for this site that are indexed by Google
ما هو Site Pages؟
Site Pages هو إضافة Chrome تم تطويرها بواسطة pinibalilihamelech، والميزة الرئيسية لها هي "Search for all pages for this site that are indexed by Google".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Site Pages
قم بتنزيل ملفات الامتداد Site Pages بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension enables you to quickly find all the pages for this site that are indexed by Google. Simply navigate to the site you want to check and click "Site Pages".
معلومات أساسية عن التمديد
الاسم | |
ID | fbibhpbpkppfpcgopfbkokifpfiacdok |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/site-pages/fbibhpbpkppfpcgopfbkokifpfiacdok |
الوصف | Search for all pages for this site that are indexed by Google |
حجم الملف | 16.1 KB |
عدد التثبيتات | 20,000 |
النسخة الحالية | 0.1 |
آخر تحديث | 2014-02-26 |
تاريخ النشر | 2014-02-24 |
تقييم | 2.08/5 مجموع تقييمات 13 |
المطور | pinibalilihamelech |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Site Pages", "description": "Search for all pages for this site that are indexed by Google", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |