Find.By

This extension is a part of Find.By ReSharper plugin

What is Find.By?

Find.By is a Chrome extension developed by Yurii Myslyvets, and its main feature is "This extension is a part of Find.By ReSharper plugin".

Extension Screenshots

Download Find.By Extension CRX File

Download Find.By extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Find.By Find.By
ID phhphchblcckjanhfgimfmhopmjoefnb
Official URL https://chromewebstore.google.com/detail/findby/phhphchblcckjanhfgimfmhopmjoefnb
Description This extension is a part of Find.By ReSharper plugin
File Size 79.31 KB
Installation Count 147
Current Version 1.1.3
Last Updated 2018-01-08
Publish Date 2018-01-08
Rating 5.00/5 Total 2 Ratings
Developer Yurii Myslyvets
Email yurii.myslyvets@gmail.com
Payment Type free
Extension Website http://aqa.works/findby/
Supported Languages 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\/*"
    ]
}