ezSearch

ezSearch, an alternative search/find tool.

ezSearchคืออะไร?

ezSearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.thebytestuff.com และคุณลักษณะหลักของมันคือ "ezSearch, an alternative search/find tool."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย ezSearch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ** Note: This extension will not function properly with Edge Chromium due to lack of support of the APIs:  https://docs.microsoft.com/en-us/microsoft-edge/extensions/api-support/extension-api-roadmap identity, permissions, management, commands 


This is a simple search assistant extension.  One of the drawbacks of Google Chrome's find option (CTRL-F) is that text from the web page can not simply selected for the search.
The user is required to select the text, copy it, launch the find bar, and then paste the text in order to find the text on the page.  

This extension makes this process easier.


Double click text on a page and then right mouse click and choose "Find Selected" under the ezSearch context menu -or- click the hot key CTRL-Shift-Z (configurable) to find the text.

After that, Choose "Find Next" under the ezSearch context menu or click the hot key CTRL-Shift-X (configurable) to continue the find.


User configurable options for the search include:

Match Case - when selected, the exact case of the selection will be used on the find

Wrap Search - when selected, the search will wrap to the top of the page 

Whole Word - when selected, the entire selection must match compared to just the beginning portion

Trim White space from Selection - when selected, beginning and ending white space from the selected text will be trimmed


Documentation is created in English.  No other language support is planned at this time.

Download now and start your free trial period.


Change Log:
v3.0.0.0
 Downgraded permission scope to remove identity access. Modified licensing rules to no longer require purchase.  "***   15 Day Free Trial Period   ***" no longer applies.

v2.0.1.0
  Downgraded permission scope per Google policy changes

v2.0.0.0
  Updated permission scope per API changes Google is implementing

v1.0.1.0
  Add license info page

v1.0.0.5
  Corrected links to store

v1.0.0.4
  Initial Release



For Chrome Extension tools, Oauth consent/approval is requested for the purpose of validating user credentials to see if the extension has been purchased from the Chrome store.  No user information is reviewed or stored by The Byte Stuff, LLC as part of this process.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ezSearch ezSearch
ID hpgaicgpmjinglilejnkkpfanhpioanp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ezsearch/hpgaicgpmjinglilejnkkpfanhpioanp
คำอธิบาย ezSearch, an alternative search/find tool.
ขนาดไฟล์ 173 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 3.0.0.0
อัปเดตครั้งล่าสุด 2020-12-30
วันที่เผยแพร่ 2020-04-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://www.thebytestuff.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.thebytestuff.com/?utm_source=ezSearch&utm_medium=chromestore&utm_campaign=ezSearch
URL หน้านโยบายความเป็นส่วนตัว https://www.thebytestuff.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "common.js",
            "background.js",
            "persistence.js",
            "jquery-1.5.1.min.js",
            "jqueryhighlight.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/ezSearch640x640.png",
            "16": "images\/ezSearch16x16.png",
            "32": "images\/ezSearch32x32.png",
            "48": "images\/ezSearch48x48.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "ezSearch"
    },
    "description": "ezSearch, an alternative search\/find tool.",
    "icons": {
        "128": "images\/ezSearch640x640.png",
        "16": "images\/ezSearch16x16.png",
        "32": "images\/ezSearch32x32.png",
        "48": "images\/ezSearch48x48.png"
    },
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjkai93lrWB96c5qr\/7dzi4o7cVkNH8HhJChsaIAD9UJKcXCjYAmuBpBdP37ui9uHcrO\/4PDymzzsSPSeI84gdoeD7+l09IRxBK6yEAJ5CJaccWvUdeDNIOcLA4zpPraMCtaFrP\/zTeWjtk1bK13ljurX+vjOXxXHLruSxsMzJtQ0\/5EoqOUfMMwue66gCyuH+J4\/8oA1Yy2caqD+J0m9TRq86KCGPdHv49wrSw42HyKx2j0ACS9GvljqjsEvlnpJ\/nMHxyE+p\/27bpD8nisv5fOVWevtkNRJGAvV5TcjVzsZcVxfjEym4h4OVExvaSgE1juKZ4\/k\/leObrisoWo++wIDAQAB",
    "name": "ezSearch",
    "short_name": "ezSearch",
    "options_ui": {
        "open_in_tab": true,
        "page": "html\/options.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "contextMenus",
        "https:\/\/www.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "624131012063-t3ol85luf86f4bn7bckhfg7kgt3vebfl.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.0.0",
    "commands": {
        "findselected": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "windows": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z"
            },
            "description": "find selected text"
        },
        "repeatfind": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "windows": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "Repeat find on selected text"
        }
    }
}