Scrape Builder Free 0.1

Smartest way to get the best CSS Selectors and XPath.

Co to jest Scrape Builder Free 0.1?

Scrape Builder Free 0.1 to rozszerzenie Chrome opracowane przez sales, a jego główną funkcją jest „Smartest way to get the best CSS Selectors and XPath.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Scrape Builder Free 0.1

Pobierz pliki rozszerzeń Scrape Builder Free 0.1 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Scrape Builder Free 0.1 Scrape Builder Free 0.1
ID kedeggjbcdkfamgfaaljfpknjhndmhbh
Oficjalny URL https://chrome.google.com/webstore/detail/scrape-builder-free-01/kedeggjbcdkfamgfaaljfpknjhndmhbh
Opis Smartest way to get the best CSS Selectors and XPath.
Rozmiar pliku 126 KB
Liczba instalacji 310
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2015-06-03
Data Publikacji 2015-06-02
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper sales
Typ Płatności free
Strona Rozszerzenia http://marketingmall.net/scrapebuilderfree
Adres URL Strony Pomocy http://marketingmall.net/scrapebuilderfree
Obsługiwane Języki 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"
    }
}