Webfinder Pro

Easy to find any web content you need

什麼是Webfinder Pro?

Webfinder Pro是由Iwona Lech開發的Chrome擴展程式,該擴展的主要功能是“Easy to find any web content you need”。

擴展截圖

screenshot

下載Webfinder Pro擴展crx文件

下載Webfinder Pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Find any website and useful web content with ease. Webfinder PRO is designed to speed up your searching process. You'll never get stuck on error screens if you suddenly make a mistake and type a wrong URL address. This tool will let you find the right website. You can type its name in the search field and get to the correct destination.                    

擴展基本資訊

名稱 Webfinder Pro Webfinder Pro
ID hepnojpihbacgobnglajemjhnggmhohe
官方網址 https://chrome.google.com/webstore/detail/webfinder-pro/hepnojpihbacgobnglajemjhnggmhohe
簡介 Easy to find any web content you need
檔案大小 11.45 KB
安裝次數 4,000
目前版本 1.1
更新時間 2022-07-07
上架時間 2022-06-17
評分 5.00/5 共 2 次評分
開發者 Iwona Lech
電子郵箱 [email protected]
付費類型 free
擴展官網 https://webfinderpro.com/
說明頁面URL https://webfinderpro.com/?a=about
隱私政策頁面URL https://webfinderpro.com?a=privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Iwona Lech",
    "name": "Webfinder Pro",
    "short_name": "Webfinder Pro",
    "homepage_url": "https:\/\/webfinderpro.com\/",
    "description": "Easy to find any web content you need",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}