Meta tags - SEO Tool
This extension will list all the meta tags in a webpage
Что такое Meta tags - SEO Tool?
Meta tags - SEO Tool - это расширение Chrome, разработанное https://geekabhi.com, и его основная функция - "This extension will list all the meta tags in a webpage".
Снимки экрана расширения
Скачать файл CRX расширения Meta tags - SEO Tool
Скачайте файлы расширений Meta tags - SEO Tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension makes all meta tags within your reach in a single click. This will help you by listing all the meta tags used within a webpage. You don't need any technical knowledge to see what meta tags are used in a webpage. Just install the extension, and click the extension icon to see what meta tags has been set in the page.
Основная информация о расширении
Название | Meta tags - SEO Tool |
ID | miihmfdpfdioogfbfofbnagblnjbjomg |
Официальный URL | https://chromewebstore.google.com/detail/meta-tags-seo-tool/miihmfdpfdioogfbfofbnagblnjbjomg |
Описание | This extension will list all the meta tags in a webpage |
Размер файла | 6.63 KB |
Количество установок | 998 |
Текущая Версия | 1.1 |
Последнее Обновление | 2023-07-14 |
Дата публикации | 2017-08-12 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | https://geekabhi.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Meta tags - SEO Tool", "description": "This extension will list all the meta tags in a webpage", "version": "1.1", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "scripting", "tabs" ] } |