Get CPU Info
Get CPU information.
Vad är Get CPU Info?
Get CPU Info är en Chrome-tillägg utvecklad av nori_yamam, och dess huvudfunktion är "Get CPU information.".
Tilläggsskärmbilder
Ladda ner Get CPU Info-förlängningens CRX-fil
Ladda ner Get CPU Info-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Get information about the CPU installed in your computer. Grundläggande Information om Tillägg
| Namn | |
| ID | lhemjfjfepodolblmgmonhmbfkaaapam |
| Officiell webbadress | https://chromewebstore.google.com/detail/get-cpu-info/lhemjfjfepodolblmgmonhmbfkaaapam |
| Beskrivning | Get CPU information. |
| Filstorlek | 7.92 KB |
| Antal Installationer | 312 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2023-04-23 |
| Publiceringsdatum | 2023-04-23 |
| Utvecklare | nori_yamam |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |