Blue Button | the webpage X-ray
See title tags & meta description, scripts, stylesheets, images & fonts
ما هو Blue Button | the webpage X-ray؟
Blue Button | the webpage X-ray هو إضافة Chrome تم تطويرها بواسطة Voice Group، والميزة الرئيسية لها هي "See title tags & meta description, scripts, stylesheets, images & fonts".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Blue Button | the webpage X-ray
قم بتنزيل ملفات الامتداد Blue Button | the webpage X-ray بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Creative or creator, designer or developer, chances are you don’t look at websites the same way most people do. Blue Button gives you a run-down of all essential web design, graphic and SEO elements in one click. Instantly see beneath the surface, and get all the info you need on any web page, whilst on the go. FOR SEO MANAGERS Easily access SEO related information such as title tag content, meta description, header information such as canonical url, image alt tags, authorship tags (publisher tag, author tag) etc FOR CONTENT MANAGERS AND COPYWRITERS Easily copy & paste meta description and title tag to new websites FOR DEVELOPERS Access a list of all scripts and stylesheets used on the site. View meta generator, wordpress scripts and theme references FOR WEB DESIGNERS View site favicon, touch icons and other images. Find out what google fonts are loaded
معلومات أساسية عن التمديد
الاسم | Blue Button | the webpage X-ray |
ID | ahbcoeleapdfhmlnjglbiaddohfncace |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/blue-button-the-webpage-x/ahbcoeleapdfhmlnjglbiaddohfncace |
الوصف | See title tags & meta description, scripts, stylesheets, images & fonts |
حجم الملف | 82.66 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 3.0.15 |
آخر تحديث | 2021-06-08 |
تاريخ النشر | 2018-02-14 |
تقييم | 4.71/5 مجموع تقييمات 21 |
المطور | Voice Group |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "blue-button-icon-128x128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "dom.js" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "See title tags & meta description, scripts, stylesheets, images & fonts", "icons": { "128": "blue-button-icon-128x128.png" }, "manifest_version": 2, "name": "Blue Button | the webpage X-ray", "permissions": [], "short_name": "Blue Button", "version": "3.0.15" } |