Scrape Builder Free 0.1

Smartest way to get the best CSS Selectors and XPath.

Cos'è Scrape Builder Free 0.1?

Scrape Builder Free 0.1 è un'estensione di Chrome sviluppata da sales, e la sua funzione principale è "Smartest way to get the best CSS Selectors and XPath.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Scrape Builder Free 0.1

Scarica i file di estensione Scrape Builder Free 0.1 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Scrape Builder Free 0.1 Scrape Builder Free 0.1
ID kedeggjbcdkfamgfaaljfpknjhndmhbh
URL Ufficiale https://chrome.google.com/webstore/detail/scrape-builder-free-01/kedeggjbcdkfamgfaaljfpknjhndmhbh
Descrizione Smartest way to get the best CSS Selectors and XPath.
Dimensione del File 126 KB
Conteggio Installazioni 310
Versione Corrente 0.1
Ultimo Aggiornamento 2015-06-03
Data di Pubblicazione 2015-06-02
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore sales
Tipo di Pagamento free
Sito Web dell'Estensione http://marketingmall.net/scrapebuilderfree
URL della Pagina di Aiuto http://marketingmall.net/scrapebuilderfree
Lingue Supportate 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"
    }
}