Omnifinder

A customizable search engine that combines them all.

Omnifinderคืออะไร?

Omnifinder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://omnifinder.com และคุณลักษณะหลักของมันคือ "A customizable search engine that combines them all."

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

screenshot
screenshot

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

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

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

                        - Directly search on the most useful websites !
- Dozens of search engines available in 1 click
- Smart search suggestions
- Fully customizable layout
- Colorful themes
- Right-click context menu integration
- New tab page replacement (optional)
- No recording of your searches
- DuckDuckGo support (prevents tracking)                    

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

ชื่อ Omnifinder Omnifinder
ID ecmipeblhclmbklgalmpgilfonejhlgb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/omnifinder/ecmipeblhclmbklgalmpgilfonejhlgb
คำอธิบาย A customizable search engine that combines them all.
ขนาดไฟล์ 10.17 KB
จำนวนการติดตั้ง 2,691
เวอร์ชันปัจจุบัน 2.8
อัปเดตครั้งล่าสุด 2017-01-24
วันที่เผยแพร่ 2017-01-24
คะแนน 3.50/5 รวมทั้งหมด 60 คะแนน
ผู้พัฒนา https://omnifinder.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://omnifinder.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omnifinder",
    "version": "2.8",
    "description": "A customizable search engine that combines them all.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "find.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": [],
    "permissions": [
        "contextMenus",
        "http:\/\/omnifinder.com\/",
        "storage"
    ],
    "web_accessible_resources": [
        "option.html",
        "is_installed.js"
    ],
    "homepage_url": "http:\/\/omnifinder.com\/"
}