Mychromebook.fr
Extension pour Mychromebook.fr
Cos'è Mychromebook.fr?
Mychromebook.fr è un'estensione di Chrome sviluppata da https://mychromebook.fr, e la sua funzione principale è "Extension pour Mychromebook.fr".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mychromebook.fr
Scarica i file di estensione Mychromebook.fr 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
Retrouvez absolument tout sur les chromebook :
- Actualités
- Accessoires
- Applications
- Astuces
- Extensions
- Nouveautés
- Tests
- Tutoriels
Retrouvez nous directement sur http://mychromebook.fr Informazioni di Base sull'Estensione
| Nome | |
| ID | okkkghmaohhngelgkdelgackaidfjedi |
| URL Ufficiale | https://chromewebstore.google.com/detail/mychromebookfr/okkkghmaohhngelgkdelgackaidfjedi |
| Descrizione | Extension pour Mychromebook.fr |
| Dimensione del File | 167 KB |
| Conteggio Installazioni | 682 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2023-03-26 |
| Data di Pubblicazione | 2015-05-18 |
| Valutazione | 4.56/5 Totale 27 Valutazioni |
| Sviluppatore | https://mychromebook.fr |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://mychromebook.fr/creer-votre-application-chrome-pour-votre-blog/ |
| URL della Pagina di Aiuto | http://mychromebook.fr/page-d-exemple/ |
| Lingue Supportate | 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"
]
} | |