Find.By

This extension is a part of Find.By ReSharper plugin

Wat is Find.By?

Find.By is een Chrome-extensie ontwikkeld door Yurii Myslyvets, en de belangrijkste functie is "This extension is a part of Find.By ReSharper plugin".

Extensie Screenshots

Download het CRX-bestand van de extensie Find.By

Download Find.By-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Find.By Find.By
ID phhphchblcckjanhfgimfmhopmjoefnb
Officiële URL https://chromewebstore.google.com/detail/findby/phhphchblcckjanhfgimfmhopmjoefnb
Beschrijving This extension is a part of Find.By ReSharper plugin
Bestandsgrootte 79.31 KB
Aantal Installaties 147
Huidige Versie 1.1.3
Laatst Bijgewerkt 2018-01-08
Publicatiedatum 2018-01-08
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Yurii Myslyvets
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://aqa.works/findby/
Ondersteunde Talen 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\/*"
    ]
}