MetaProducts Offline Explorer integration
Download links from Chrome browser with MetaProducts Offline Explorer.
MetaProducts Offline Explorer integrationとは何ですか?
MetaProducts Offline Explorer integrationは[email protected]によって開発されたChromeの拡張機能で、その主な機能は「Download links from Chrome browser with MetaProducts Offline Explorer.」です。
拡張機能のスクリーンショット
MetaProducts Offline Explorer integration拡張機能のCRXファイルをダウンロード
MetaProducts Offline Explorer integration拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is the integration plug-in for MetaProducts Offline Explorer (http://www.metaproducts.com/mp/Offline_Explorer_Pro.htm.) 拡張機能の基本情報
| 名前 | |
| ID | pkijdmeepjhpenmighhaodgfoogncnlk |
| 公式URL | https://chromewebstore.google.com/detail/metaproducts-offline-expl/pkijdmeepjhpenmighhaodgfoogncnlk |
| 説明 | Download links from Chrome browser with MetaProducts Offline Explorer. |
| ファイルサイズ | 58.39 KB |
| インストール数 | 3,551 |
| 現在のバージョン | 1.3.1 |
| 最終更新日 | 2013-07-10 |
| 公開日 | 2013-07-10 |
| 評価 | 3.60/5 合計 5 レビュー |
| 開発者 | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | http://www.metaproducts.com/mp/mpSupport.asp |
| 対応言語 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_name__",
"description": "__MSG_description__",
"manifest_version": 2,
"version": "1.3.1",
"minimum_chrome_version": "20",
"default_locale": "en",
"homepage_url": "http:\/\/www.metaproducts.com",
"background": {
"page": "background.html"
},
"content_scripts": [
{
"all_frames": false,
"js": [
"content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"permissions": [
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"plugins": [
{
"path": "plugin\/mpoe.dll"
}
],
"requirements": {
"plugins": {
"npapi": false
}
},
"icons": {
"16": "images\/icon_16.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
}
} | |