SiteMapper
SiteMapper Extension v1.2
ما هو SiteMapper؟
SiteMapper هو إضافة Chrome تم تطويرها بواسطة https://matthewdavidbarton.com، والميزة الرئيسية لها هي "SiteMapper Extension v1.2".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SiteMapper
قم بتنزيل ملفات الامتداد SiteMapper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Generate an entire XML Sitemap for Search Engine Optimization. Click one button the extension will crawl the current site and generate an XML Sitemap upon completion that you can submit to Google and other Search Engines to direct them what content to crawl. This extension is not currently limited by number of urls and operates in the background, with updates on progress displayed in the bottom right of the browser.
معلومات أساسية عن التمديد
الاسم | SiteMapper |
ID | aeochbcpgdjhfcngafnhmmpfoklpebko |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sitemapper/aeochbcpgdjhfcngafnhmmpfoklpebko |
الوصف | SiteMapper Extension v1.2 |
حجم الملف | 388 KB |
عدد التثبيتات | 229 |
النسخة الحالية | 1.2 |
آخر تحديث | 2020-12-20 |
تاريخ النشر | 2020-12-19 |
المطور | https://matthewdavidbarton.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://matthewdavidbarton.com/home/sitemapper |
عنوان صفحة المساعدة | http://matthewdavidbarton.com/home/sitemapper |
عنوان صفحة سياسة الخصوصية | http://matthewdavidbarton.com/home/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_icon": "favicon.png", "default_title": "SiteMapper" }, "description": "SiteMapper Extension v1.2", "icons": { "16": "favicon-16x16.png", "32": "favicon-32x32.png", "48": "favicon.png", "128": "favicon-128.png" }, "web_accessible_resources": [], "name": "SiteMapper", "background": { "scripts": [ "jquery-3.3.1.min.js", "background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "1.2" } |