Page Grabber
Page Brabber, easy to extract content of interest from page.
What is Page Grabber?
Page Grabber is a Chrome extension developed by Shoukun Sun, and its main feature is "Page Brabber, easy to extract content of interest from page.".
Extension Screenshots
Download Page Grabber Extension CRX File
Download Page Grabber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Page Grabber |
ID | ockicahnllhjaiagfbdocfpoibphfimn |
Official URL | https://chromewebstore.google.com/detail/page-grabber/ockicahnllhjaiagfbdocfpoibphfimn |
Description | Page Brabber, easy to extract content of interest from page. |
File Size | 59.28 KB |
Installation Count | 90 |
Current Version | 0.1 |
Last Updated | 2019-03-03 |
Publish Date | 2019-02-26 |
Developer | Shoukun Sun |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |