Brickseek
Adds 'Open in Brickseek' button to Walmart product pages
Cos'è Brickseek?
Brickseek è un'estensione di Chrome sviluppata da andrew-ma, e la sua funzione principale è "Adds 'Open in Brickseek' button to Walmart product pages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Brickseek
Scarica i file di estensione Brickseek 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
This adds a green "Open in Brickseek" button when on a Walmart product page.
Informazioni di Base sull'Estensione
Nome | |
ID | fchidbgjeapefdgbgolpjpjbkbbjekfh |
URL Ufficiale | https://chromewebstore.google.com/detail/brickseek/fchidbgjeapefdgbgolpjpjbkbbjekfh |
Descrizione | Adds 'Open in Brickseek' button to Walmart product pages |
Dimensione del File | 14.36 KB |
Conteggio Installazioni | 376 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2021-10-04 |
Data di Pubblicazione | 2021-10-04 |
Sviluppatore | andrew-ma |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/andrew-ma/brickseek |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brickseek", "version": "1.0.1", "manifest_version": 2, "description": "Adds 'Open in Brickseek' button to Walmart product pages", "homepage_url": "https:\/\/github.com\/andrew-ma\/brickseek", "minimum_chrome_version": "74", "icons": { "48": "\/icon.png", "96": "\/[email protected]" }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/www.walmart.com\/ip\/*" ], "js": [ "\/brickseek.js" ], "css": [ "\/brickseek.css" ] } ] } |