Page Grabber
Page Brabber, easy to extract content of interest from page.
什么是Page Grabber?
Page Grabber是由Shoukun Sun开发的Chrome扩展程序,该扩展的主要功能是“Page Brabber, easy to extract content of interest from page.”。
扩展截图
下载Page Grabber扩展crx文件
下载Page Grabber扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Page Grabber |
ID | ockicahnllhjaiagfbdocfpoibphfimn |
官方URL | https://chromewebstore.google.com/detail/page-grabber/ockicahnllhjaiagfbdocfpoibphfimn |
简介 | Page Brabber, easy to extract content of interest from page. |
文件大小 | 59.28 KB |
安装次数 | 90 |
当前版本 | 0.1 |
更新时间 | 2019-03-03 |
上架时间 | 2019-02-26 |
开发者 | Shoukun Sun |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Titor", "name": "Page Grabber", "short_name": "PG", "version": "0.1", "description": "Page Brabber, easy to extract content of interest from page.", "icons": { "128": "logo128.png", "64": "logo64.png", "32": "logo32.png" }, "browser_action": { "default_icon": "logo64.png", "default_title": "Page Grabber", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |