Web Scraper Helper for Coveo Web Sources
Helper to quickly create and test web scraping configurations for Coveo Cloud V2 sources.
什麼是Web Scraper Helper for Coveo Web Sources?
Web Scraper Helper for Coveo Web Sources是由jdevost開發的Chrome擴展程式,該擴展的主要功能是“Helper to quickly create and test web scraping configurations for Coveo Cloud V2 sources.”。
擴展截圖
下載Web Scraper Helper for Coveo Web Sources擴展crx文件
下載Web Scraper Helper for Coveo Web Sources擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This chrome extension will allow you to quickly create and preview a Web Crawler's advanced config json.
擴展基本資訊
名稱 | Web Scraper Helper for Coveo Web Sources |
ID | demelhhhnkocnphihjbhpafjnknknkdf |
官方網址 | https://chromewebstore.google.com/detail/web-scraper-helper-for-co/demelhhhnkocnphihjbhpafjnknknkdf |
簡介 | Helper to quickly create and test web scraping configurations for Coveo Cloud V2 sources. |
檔案大小 | 2.33 MB |
安裝次數 | 766 |
目前版本 | 2.1.0 |
更新時間 | 2024-01-22 |
上架時間 | 2018-09-14 |
評分 | 4.20/5 共 5 次評分 |
開發者 | jdevost |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/coveo-labs/web-scraper-helper/ |
說明頁面URL | https://github.com/coveo-labs/web-scraper-helper/tree/master/chrome_extension |
隱私政策頁面URL | http://www.coveo.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Web Scraper Helper for Coveo Web Sources", "short_name": "Web Scraper Helper", "version": "2.1.0", "description": "Helper to quickly create and test web scraping configurations for Coveo Cloud V2 sources.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "devtools_page": "devtools.html", "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ], "css": [ "css\/inject.css" ], "all_frames": false } ], "permissions": [ "activeTab", "storage", "tabs" ], "host_permissions": [ " |