Mychromebook.fr
Extension pour Mychromebook.fr
What is Mychromebook.fr?
Mychromebook.fr is a Chrome extension developed by https://mychromebook.fr, and its main feature is "Extension pour Mychromebook.fr".
Extension Screenshots
Download Mychromebook.fr Extension CRX File
Download Mychromebook.fr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Retrouvez absolument tout sur les chromebook : - Actualités - Accessoires - Applications - Astuces - Extensions - Nouveautés - Tests - Tutoriels Retrouvez nous directement sur http://mychromebook.fr
Extension Basic Information
Name | Mychromebook.fr |
ID | okkkghmaohhngelgkdelgackaidfjedi |
Official URL | https://chromewebstore.google.com/detail/mychromebookfr/okkkghmaohhngelgkdelgackaidfjedi |
Description | Extension pour Mychromebook.fr |
File Size | 167 KB |
Installation Count | 682 |
Current Version | 1.0 |
Last Updated | 2023-03-26 |
Publish Date | 2015-05-18 |
Rating | 4.56/5 Total 27 Ratings |
Developer | https://mychromebook.fr |
[email protected] | |
Payment Type | free |
Extension Website | http://mychromebook.fr/creer-votre-application-chrome-pour-votre-blog/ |
Help Page URL | http://mychromebook.fr/page-d-exemple/ |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mychromebook.fr", "version": "1.0", "description": "Extension pour Mychromebook.fr", "icons": { "128": "logo.png", "48": "icon.png", "32": "icon32.png", "16": "icon16.png" }, "browser_action": { "default_icon": { "128": "logo.png" }, "default_title": "Derniers articles sur Mychromebook.fr", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/mychromebook.fr\/" ], "js": [ "popup.js" ] } ], "web_accessible_resources": [ "popup.css" ] } |