PCPartPicker (unofficial)
Find computer parts on PCPartPicker without visiting PCPartPicker
Cos'è PCPartPicker (unofficial)?
PCPartPicker (unofficial) è un'estensione di Chrome sviluppata da Hristijan Tintar, e la sua funzione principale è "Find computer parts on PCPartPicker without visiting PCPartPicker".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PCPartPicker (unofficial)
Scarica i file di estensione PCPartPicker (unofficial) 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
Easily find computer parts on PCPartPicker. *Note: this is an unofficial extension. Informazioni di Base sull'Estensione
| Nome | |
| ID | hagjjaanfgoejcijlhopialckeckemge |
| URL Ufficiale | https://chromewebstore.google.com/detail/pcpartpicker-unofficial/hagjjaanfgoejcijlhopialckeckemge |
| Descrizione | Find computer parts on PCPartPicker without visiting PCPartPicker |
| Dimensione del File | 42.38 KB |
| Conteggio Installazioni | 58 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2020-06-17 |
| Data di Pubblicazione | 2020-06-17 |
| Sviluppatore | Hristijan Tintar |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PCPartPicker (unofficial)",
"description": "Find computer parts on PCPartPicker without visiting PCPartPicker",
"version": "0.0.1",
"icons": {
"96": "icon.png"
},
"content_scripts": [
{
"js": [
"jquery.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html"
},
"permissions": [
"https:\/\/pcpartpicker.com\/*",
"http:\/\/pcpartpicker.com\/*"
]
} | |