Find.By

This extension is a part of Find.By ReSharper plugin

Find.Byคืออะไร?

Find.By เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yurii Myslyvets และคุณลักษณะหลักของมันคือ "This extension is a part of Find.By ReSharper plugin"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find.By

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}