SmartSearch Page Capture
This extension shows a Current page HTML
什么是SmartSearch Page Capture?
SmartSearch Page Capture是由SmartSearch开发的Chrome扩展程序,该扩展的主要功能是“This extension shows a Current page HTML”。
扩展截图
下载SmartSearch Page Capture扩展crx文件
下载SmartSearch Page Capture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Samart Search extraction tool with an easy point-and-click interface for LinkedIn public view of user profile Free and easy to use web data extraction tool for smart search customer only. With a simple point-and-click interface, the ability to extract LinkedIn public view user profile records from a website takes only a few minutes of scraper setup. Web Scraper utilizes a modular structure that is made of selectors, which instruct the scraper on how to traverse the target site and what data to extract. Data extraction is run on your browser and doesn’t require anything to be installed on your computer. You don't need any coding experience to start scraping. Additionally, it is possible to completely automate data extraction in Web Scraper Cloud.
扩展基本信息
名称 | SmartSearch Page Capture |
ID | bdnlkpholabdlakmcchpoigbkeeaadnd |
官方URL | https://chromewebstore.google.com/detail/smartsearch-page-capture/bdnlkpholabdlakmcchpoigbkeeaadnd |
简介 | This extension shows a Current page HTML |
文件大小 | 63.28 KB |
安装次数 | 732 |
当前版本 | 16.0 |
更新时间 | 2024-01-15 |
上架时间 | 2019-06-21 |
评分 | 4.50/5 共4次评分 |
开发者 | SmartSearch |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://smartsearch.plus |
帮助页面URL | https://smartsearch.plus/contact |
隐私政策页面URL | https://smartsearchinc.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SmartSearch Page Capture", "description": "This extension shows a Current page HTML", "version": "16.0", "background": { "service_worker": "background.js" }, "action": { "default_title": "SmartSearch V16.0", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "64": "icon.png" }, "permissions": [ "tabs", "activeTab" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "myscript.js", "jquery-3.6.0.min.js" ] } ] } |