Find Forms

Search forms using Find Forms Search Extension. This Extension updates browser settings to upgrade default search provider.

Find Formsคืออะไร?

Find Forms เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Find Forms และคุณลักษณะหลักของมันคือ "Search forms using Find Forms Search Extension. This Extension updates browser settings to upgrade default search provider."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Find Forms provides access to Forms and Web Searches in your browser.
Easily get access to millions of web and forms search results with this extension.

This extension updates your browser default search settings in the following ways:
- Allows for custom Forms searches directly from your browser omnibox
- Sets Yahoo as the default search setting in your browser

Quick Tips for custom Forms search:
* Go to the address bar and type 'forms'. 
* After forms hit 'spacebar' or 'tab' on your keyboard.
* Type in the name of Forms you are trying to search.

List of Features: 
    - Perform Forms searches in your omnibox and browser action modal
    - Perform Web Searches in your omnibox and browser action modal

Permissions used & reasons:

"Read and change your data on a number of websites"
For our extension to work, we require access to these websites we own and manage.

"Read your browsing history"
We only use this to manage browser tabs.

"Change your Search Settings"
Our keyword search feature uses this to work in the Omnibar.                    

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

ชื่อ Find Forms Find Forms
ID hajkkfloelnggpmlehppgfhoncmghckc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/find-forms/hajkkfloelnggpmlehppgfhoncmghckc
คำอธิบาย Search forms using Find Forms Search Extension. This Extension updates browser settings to upgrade default search provider.
ขนาดไฟล์ 96.69 KB
จำนวนการติดตั้ง 873
เวอร์ชันปัจจุบัน 1.20.320.2110
อัปเดตครั้งล่าสุด 2020-08-05
วันที่เผยแพร่ 2020-08-04
ผู้พัฒนา Find Forms
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://findforms-serp.org/privacy-policy/index.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find Forms",
    "short_name": "FindForms",
    "description": "Search forms using Find Forms Search Extension. This Extension updates browser settings to upgrade default search provider.",
    "version": "1.20.320.2110",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "omnibox": {
        "keyword": "forms"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "Find Forms",
        "default_popup": "popup\/popup.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/services.findforms-svc.org\/favicon.ico",
            "image_url": "",
            "instant_url": "",
            "is_default": true,
            "keyword": "{searchTerms}",
            "name": "SearchWeb",
            "search_url": "https:\/\/services.findforms-svc.org\/search\/{searchTerms}",
            "suggest_url": "https:\/\/sug.findforms-svc.org\/sug\/?s={searchTerms}"
        }
    },
    "background": {
        "page": "background\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.search.yahoo.com\/*"
            ],
            "js": [
                "prompt\/prompt.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.findforms-svc.org\/*",
        "contextMenus",
        "cookies",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/icons\/16.png",
        "\/prompt\/*.png"
    ]
}