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 |
Eメール | [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" } ] } |