Checkerboard Background 4 Transparent Images
Checkerboard background for transparent images
Qu'est-ce que Checkerboard Background 4 Transparent Images ?
Checkerboard Background 4 Transparent Images est une extension Chrome développée par Zach Borboa, et sa fonction principale est "Checkerboard background for transparent images".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Checkerboard Background 4 Transparent Images
Téléchargez les fichiers d'extension Checkerboard Background 4 Transparent Images 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
Display checkered background on all transparent images. Similar to Adobe Photoshop.
Informations de Base sur l'Extension
Nom | |
ID | jmbnhhiomidebkfcnpefhibfjfpcbdeb |
URL Officiel | https://chrome.google.com/webstore/detail/checkerboard-background-4/jmbnhhiomidebkfcnpefhibfjfpcbdeb |
Description | Checkerboard background for transparent images |
Taille du Fichier | 4.66 KB |
Nombre d'Installations | 475 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2014-10-08 |
Date de Publication | 2014-10-08 |
Évaluation | 2.81/5 Total 16 Évaluations |
Développeur | Zach Borboa |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Checkerboard Background 4 Transparent Images", "version": "1.0.1", "manifest_version": 2, "description": "Checkerboard background for transparent images", "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "64": "logo.png", "128": "logo.png" }, "content_scripts": [ { "css": [ "style.css" ], "matches": [ "*:\/\/*\/*.GIF", "*:\/\/*\/*.gif", "*:\/\/*\/*.JPG", "*:\/\/*\/*.jpg", "*:\/\/*\/*.PNG", "*:\/\/*\/*.png", "file:\/\/\/*.GIF", "file:\/\/\/*.gif", "file:\/\/\/*.JPG", "file:\/\/\/*.jpg", "file:\/\/\/*.png", "file:\/\/\/*.PNG" ] } ] } |