Scrape Builder Free 0.1

Smartest way to get the best CSS Selectors and XPath.

Co je Scrape Builder Free 0.1?

Scrape Builder Free 0.1 je rozšíření Chrome vyvinuté sales, a jeho hlavní funkcí je „Smartest way to get the best CSS Selectors and XPath.“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Scrape Builder Free 0.1

Stáhněte si soubory rozšíření Scrape Builder Free 0.1 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Scrape Builder Free 0.1 Scrape Builder Free 0.1
ID kedeggjbcdkfamgfaaljfpknjhndmhbh
Oficiální URL https://chrome.google.com/webstore/detail/scrape-builder-free-01/kedeggjbcdkfamgfaaljfpknjhndmhbh
Popis Smartest way to get the best CSS Selectors and XPath.
Velikost souboru 126 KB
Počet instalací 310
Aktuální Verze 0.1
Poslední Aktualizace 2015-06-03
Datum Vydání 2015-06-02
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář sales
Typ Platby free
Webové stránky Rozšíření http://marketingmall.net/scrapebuilderfree
URL Stránky Nápovědy http://marketingmall.net/scrapebuilderfree
Podporované Jazyky 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"
    }
}