Scrape Builder Free 0.1

Smartest way to get the best CSS Selectors and XPath.

Что такое Scrape Builder Free 0.1?

Scrape Builder Free 0.1 - это расширение Chrome, разработанное sales, и его основная функция - "Smartest way to get the best CSS Selectors and XPath.".

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

Скачать файл CRX расширения Scrape Builder Free 0.1

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

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

                        This tool is a freebie that will help you get CSS Selectors and the most reliable XPath in a magical and practical way.
Dont waste money on other apps. This will make your life easier.                    

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

Название Scrape Builder Free 0.1 Scrape Builder Free 0.1
ID kedeggjbcdkfamgfaaljfpknjhndmhbh
Официальный URL https://chrome.google.com/webstore/detail/scrape-builder-free-01/kedeggjbcdkfamgfaaljfpknjhndmhbh
Описание Smartest way to get the best CSS Selectors and XPath.
Размер файла 126 KB
Количество установок 310
Текущая Версия 0.1
Последнее Обновление 2015-06-03
Дата публикации 2015-06-02
Рейтинг 1.00/5 Всего 1 оценок
Разработчик sales
Тип оплаты free
Официальный сайт расширения http://marketingmall.net/scrapebuilderfree
URL страницы помощи http://marketingmall.net/scrapebuilderfree
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "name": "Scrape Builder Free 0.1",
    "homepage_url": "http:\/\/marketingmall.net\/scrapebuilderfree",
    "description": "Smartest way to get the best CSS Selectors and XPath.",
    "version": "0.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "XPath & CSS Selectors Scrape Builder"
    }
}