网页采集器
采集网页内容Chrome扩展插件
网页采集器とは何ですか?
网页采集器はlipingsduによって開発されたChromeの拡張機能で、その主な機能は「采集网页内容Chrome扩展插件」です。
网页采集器拡張機能のCRXファイルをダウンロード
网页采集器拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
网页采集器,负责发送网页到配置的服务端 拡張機能の基本情報
| 名前 | |
| ID | plbpdobgnlimhohnbddeeolcglldahhc |
| 公式URL | https://chromewebstore.google.com/detail/%E7%BD%91%E9%A1%B5%E9%87%87%E9%9B%86%E5%99%A8/plbpdobgnlimhohnbddeeolcglldahhc |
| 説明 | 采集网页内容Chrome扩展插件 |
| ファイルサイズ | 75 KB |
| インストール数 | 61 |
| 現在のバージョン | 3.0 |
| 最終更新日 | 2018-05-10 |
| 公開日 | 2018-05-09 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | lipingsdu |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u7f51\u9875\u91c7\u96c6\u5668",
"version": "3.0",
"permissions": [
"tabs",
"activeTab",
"contextMenus"
],
"description": "\u91c7\u96c6\u7f51\u9875\u5185\u5bb9Chrome\u6269\u5c55\u63d2\u4ef6",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
},
"default_title": "\u7f51\u9875\u91c7\u96c6\u5668",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"js\/content.js",
"js\/jquery-2.1.4.min.js"
]
}
]
} | |