Find.By

This extension is a part of Find.By ReSharper plugin

Find.Byとは何ですか?

Find.ByはYurii Myslyvetsによって開発されたChromeの拡張機能で、その主な機能は「This extension is a part of Find.By ReSharper plugin」です。

拡張機能のスクリーンショット

Find.By拡張機能のCRXファイルをダウンロード

Find.By拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Find.By Find.By
ID phhphchblcckjanhfgimfmhopmjoefnb
公式URL https://chromewebstore.google.com/detail/findby/phhphchblcckjanhfgimfmhopmjoefnb
説明 This extension is a part of Find.By ReSharper plugin
ファイルサイズ 79.31 KB
インストール数 147
現在のバージョン 1.1.3
最終更新日 2018-01-08
公開日 2018-01-08
評価 5.00/5 合計 2 レビュー
開発者 Yurii Myslyvets
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://aqa.works/findby/
対応言語 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\/*"
    ]
}