Find.By

This extension is a part of Find.By ReSharper plugin

Cos'è Find.By?

Find.By è un'estensione di Chrome sviluppata da Yurii Myslyvets, e la sua funzione principale è "This extension is a part of Find.By ReSharper plugin".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Find.By

Scarica i file di estensione Find.By 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

                        Write any locators using Selenium page factory and highlight them by Alt+Enter in Chrome browser.                    

Informazioni di Base sull'Estensione

Nome Find.By Find.By
ID phhphchblcckjanhfgimfmhopmjoefnb
URL Ufficiale https://chromewebstore.google.com/detail/findby/phhphchblcckjanhfgimfmhopmjoefnb
Descrizione This extension is a part of Find.By ReSharper plugin
Dimensione del File 79.31 KB
Conteggio Installazioni 147
Versione Corrente 1.1.3
Ultimo Aggiornamento 2018-01-08
Data di Pubblicazione 2018-01-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Yurii Myslyvets
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://aqa.works/findby/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Find.By",
    "description": "This extension is a part of Find.By ReSharper plugin",
    "version": "1.1.3",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/iconOff.png",
        "default_title": "Find.By"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "jquery.xpath.js",
                "Find.By.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/localhost:32081\/*"
    ]
}