Get CPU Info
Get CPU information.
Cos'è Get CPU Info?
Get CPU Info è un'estensione di Chrome sviluppata da nori_yamam, e la sua funzione principale è "Get CPU information.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Get CPU Info
Scarica i file di estensione Get CPU Info 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
Get information about the CPU installed in your computer. Informazioni di Base sull'Estensione
| Nome | |
| ID | lhemjfjfepodolblmgmonhmbfkaaapam |
| URL Ufficiale | https://chromewebstore.google.com/detail/get-cpu-info/lhemjfjfepodolblmgmonhmbfkaaapam |
| Descrizione | Get CPU information. |
| Dimensione del File | 7.92 KB |
| Conteggio Installazioni | 312 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2023-04-23 |
| Data di Pubblicazione | 2023-04-23 |
| Sviluppatore | nori_yamam |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Get CPU Info",
"version": "1.1",
"manifest_version": 3,
"description": "Get CPU information.",
"permissions": [
"system.cpu"
],
"action": {
"default_title": "Get CPU information.",
"default_popup": "popup.html",
"default_icon": {
"32": "icon_32.png"
}
},
"icons": {
"128": "icon_128.png"
}
} | |