Best Google SEO Helper
Strong Klout and Good RT.
Что такое Best Google SEO Helper?
Best Google SEO Helper - это расширение Chrome, разработанное carTurtle9, и его основная функция - "Strong Klout and Good RT.".
Снимки экрана расширения
Скачать файл CRX расширения Best Google SEO Helper
Скачайте файлы расширений Best Google SEO Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Check the Strong Klout and Good RT of any site on the web, right from Chrome. Основная информация о расширении
| Название | |
| ID | jhoigcpcdifaenahgkhneleghbgggfol |
| Официальный URL | https://chromewebstore.google.com/detail/best-google-seo-helper/jhoigcpcdifaenahgkhneleghbgggfol |
| Описание | Strong Klout and Good RT. |
| Размер файла | 19.09 KB |
| Количество установок | 214 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2015-01-21 |
| Дата публикации | 2015-01-20 |
| Рейтинг | 4.20/5 Всего 5 оценок |
| Разработчик | carTurtle9 |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Best Google SEO Helper",
"description": "Strong Klout and Good RT.",
"version": "1.2",
"browser_action": {
"default_icon": "icon-small.png",
"default_popup": "popup.html"
},
"icons": {
"16": "logo16x16.png",
"48": "logo48x48.png",
"128": "logo128x128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
]
}
]
} | |