Scrapolysis
An SEO tool to extract data from a web page using predefined or custom regex(s).
Scrapolysisとは何ですか?
ScrapolysisはMAKによって開発されたChromeの拡張機能で、その主な機能は「An SEO tool to extract data from a web page using predefined or custom regex(s).」です。
拡張機能のスクリーンショット
Scrapolysis拡張機能のCRXファイルをダウンロード
Scrapolysis拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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).
拡張機能の基本情報
名前 | |
ID | kgkenfklibnbdgljhcbehahbadbpbcbo |
公式URL | https://chrome.google.com/webstore/detail/scrapolysis/kgkenfklibnbdgljhcbehahbadbpbcbo |
説明 | An SEO tool to extract data from a web page using predefined or custom regex(s). |
ファイルサイズ | 1.48 MB |
インストール数 | 444 |
現在のバージョン | 1.0.3 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | MAK |
支払い方法 | free |
拡張機能のウェブサイト | http://www.hackwithmak.com |
対応言語 | 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" ] } |