TScraper HTML table downloader
Scrape and download HTML tables from web pages
TScraper HTML table downloaderとは何ですか?
TScraper HTML table downloaderはhttp://tscraper.comによって開発されたChromeの拡張機能で、その主な機能は「Scrape and download HTML tables from web pages」です。
拡張機能のスクリーンショット
TScraper HTML table downloader拡張機能のCRXファイルをダウンロード
TScraper HTML table downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TScraper is the easiest way to scrape and download data from web pages! No complicated setup is needed -- simply select and copy the data on the web page, then click the TScraper icon in the upper right hand corner of your Chrome browser. The TScraper popup will appear with your data. Select any formatting options you want, and then click the download button. Your data will be in Chrome's download folder. The downloaded data is in standard comma- or table-separated value format, which you can then import into the spreadsheet application of your choice. All major spreadsheet programs are supported.
拡張機能の基本情報
名前 | |
ID | aajdejnmopfmcopfecadfaifffkfoclc |
公式URL | https://chrome.google.com/webstore/detail/tscraper-html-table-downl/aajdejnmopfmcopfecadfaifffkfoclc |
説明 | Scrape and download HTML tables from web pages |
ファイルサイズ | 61.76 KB |
インストール数 | 939 |
現在のバージョン | 0.1.28 |
最終更新日 | 2016-01-21 |
公開日 | 2016-01-21 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | http://tscraper.com |
支払い方法 | free |
拡張機能のウェブサイト | http://www.tscraper.com |
ヘルプページのURL | http://www.tscraper.com/support.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TScraper HTML table downloader", "short_name": "TScraper", "version": "0.1.28", "minimum_chrome_version": "29", "description": "Scrape and download HTML tables from web pages", "browser_action": { "default_icon": "tscraper-16-icon.png", "default_popup": "popup.html", "default_title": "Scrape HTML tables from this page" }, "permissions": [ "clipboardRead", "storage", "identity", "https:\/\/www.googleapis.com\/" ], "oauth2": { "client_id": "865104713152-ca38982q6iao5e1iv3qlqn31g27i24ca.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "background": { "scripts": [ "parsingengine.js", "displaymanager.js" ], "persistent": true }, "icons": { "16": "tscraper-16-icon.png", "128": "tscraper-128-icon.png" } } |