MetaProducts Offline Explorer integration
Download links from Chrome browser with MetaProducts Offline Explorer.
Cos'è MetaProducts Offline Explorer integration?
MetaProducts Offline Explorer integration è un'estensione di Chrome sviluppata da [email protected], e la sua funzione principale è "Download links from Chrome browser with MetaProducts Offline Explorer.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MetaProducts Offline Explorer integration
Scarica i file di estensione MetaProducts Offline Explorer integration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This is the integration plug-in for MetaProducts Offline Explorer (http://www.metaproducts.com/mp/Offline_Explorer_Pro.htm.)
Informazioni di Base sull'Estensione
Nome | MetaProducts Offline Explorer integration |
ID | pkijdmeepjhpenmighhaodgfoogncnlk |
URL Ufficiale | https://chromewebstore.google.com/detail/metaproducts-offline-expl/pkijdmeepjhpenmighhaodgfoogncnlk |
Descrizione | Download links from Chrome browser with MetaProducts Offline Explorer. |
Dimensione del File | 58.39 KB |
Conteggio Installazioni | 3,551 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2013-07-10 |
Data di Pubblicazione | 2013-07-10 |
Valutazione | 3.60/5 Totale 5 Valutazioni |
Sviluppatore | [email protected] |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://www.metaproducts.com/mp/mpSupport.asp |
Lingue Supportate | 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" } } |