Max Site Info

Instant access to the info and realated links to the one you are browsing!

Что такое Max Site Info?

Max Site Info - это расширение Chrome, разработанное maxc, и его основная функция - "Instant access to the info and realated links to the one you are browsing!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Max Site Info

Скачайте файлы расширений Max Site Info в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The Max Site Info - analytics tool for webmasters
The Extension provides easy access to
Google Page Rank,
Alexa rank, 
Alexa Six month Traffic Trend, 
Related Links, 
Google Trends, 
Google AdPlanner, 
Who Is, 
robots.txt, 
sitemap.xml
and more ...                    

Основная информация о расширении

Название Max Site Info Max Site Info
ID fkfglagacpnlfbbmlhlhacgfolhgnlbh
Официальный URL https://chromewebstore.google.com/detail/max-site-info/fkfglagacpnlfbbmlhlhacgfolhgnlbh
Описание Instant access to the info and realated links to the one you are browsing!
Размер файла 74.62 KB
Количество установок 181
Текущая Версия 1.0.2
Последнее Обновление 2012-10-06
Дата публикации 2012-10-06
Рейтинг 3.67/5 Всего 3 оценок
Разработчик maxc
Тип оплаты free
Официальный сайт расширения http://cherevko.com/maxinfo.html
Поддерживаемые языки en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon24.png",
        "default_title": "__MSG_max_default_title__",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "Instant access to the info and realated links to the one you are browsing!",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "24": "img\/icon24.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png"
    },
    "manifest_version": 2,
    "name": "Max Site Info",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2"
}