MetaProducts Offline Explorer integration
Download links from Chrome browser with MetaProducts Offline Explorer.
Что такое MetaProducts Offline Explorer integration?
MetaProducts Offline Explorer integration - это расширение Chrome, разработанное [email protected], и его основная функция - "Download links from Chrome browser with MetaProducts Offline Explorer.".
Снимки экрана расширения
Скачать файл CRX расширения MetaProducts Offline Explorer integration
Скачайте файлы расширений 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"
}
} | |