BrickLink Helper Chrome Extension
Add some new features on top of the existing site.
Qu'est-ce que BrickLink Helper Chrome Extension ?
BrickLink Helper Chrome Extension est une extension Chrome développée par pricco, et sa fonction principale est "Add some new features on top of the existing site.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BrickLink Helper Chrome Extension
Téléchargez les fichiers d'extension BrickLink Helper Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
2020-11-29 * Bulk duplicate for Wanted Lists 2020-02-25 * Bulk delete for Wanted Lists * Merge wanted lists * Force page size for Wanted List's detail page
Informations de Base sur l'Extension
Nom | BrickLink Helper Chrome Extension |
ID | jhjcnccenajddejmnjjopbaakomhakco |
URL Officiel | https://chromewebstore.google.com/detail/bricklink-helper-chrome-e/jhjcnccenajddejmnjjopbaakomhakco |
Description | Add some new features on top of the existing site. |
Taille du Fichier | 1012 KB |
Nombre d'Installations | 222 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2020-11-29 |
Date de Publication | 2020-04-25 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | pricco |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/pricco/bricklink-helper-chrome-extension |
URL de la Page d'Aide | https://github.com/pricco/bricklink-helper-chrome-extension/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BrickLink Helper Chrome Extension", "description": "Add some new features on top of the existing site.", "version": "0.0.2", "icons": { "16": "icon16x.png", "48": "icon48x.png", "128": "icon128x.png" }, "options_page": "index.html", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.bricklink.com\/*" ], "css": [ "static\/css\/main.css" ], "js": [ "static\/js\/main.js" ] } ], "permissions": [ "storage" ] } |