Scrapolysis
An SEO tool to extract data from a web page using predefined or custom regex(s).
What is Scrapolysis?
Scrapolysis is a Chrome extension developed by MAK, and its main feature is "An SEO tool to extract data from a web page using predefined or custom regex(s).".
Extension Screenshots
Download Scrapolysis Extension CRX File
Download Scrapolysis 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
Scrapolysis allows users to extract data from single or multiple web pages in a single run using predefined or custom regular expression(s). Scraped data later can be exported as Excel Sheet(XLS).
Extension Basic Information
Name | |
ID | kgkenfklibnbdgljhcbehahbadbpbcbo |
Official URL | https://chrome.google.com/webstore/detail/scrapolysis/kgkenfklibnbdgljhcbehahbadbpbcbo |
Description | An SEO tool to extract data from a web page using predefined or custom regex(s). |
File Size | 1.48 MB |
Installation Count | 444 |
Current Version | 1.0.3 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | MAK |
Payment Type | free |
Extension Website | http://www.hackwithmak.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "settings_manager.js", "background.js" ] }, "manifest_version": 2, "name": "Scrapolysis", "description": "An SEO tool to extract data from a web page using predefined or custom regex(s).", "version": "1.0.3", "icons": { "128": "images\/mLogo.png" }, "browser_action": { "default_icon": "images\/mLogo.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "js\/jquery.js" ], "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com\/widgets.js; object-src 'self'", "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |