Image Previewer for Dropbox
Magnify thumbnail images in your Dropbox files folder.
Qu'est-ce que Image Previewer for Dropbox ?
Image Previewer for Dropbox est une extension Chrome développée par https://tech-in-check.blogspot.com, et sa fonction principale est "Magnify thumbnail images in your Dropbox files folder.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Image Previewer for Dropbox
Téléchargez les fichiers d'extension Image Previewer for Dropbox 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
In Dropbox's web interface, you can see small thumbnails of your photos in the Files folder, where you can move or delete images. But to see a larger preview image, you need to either click on the thumbnail or view it in the Photos folder -- which doesn't allow you to manage the files. That's where Image Previewer for Dropbox comes in. This extension shows you a larger (256x256) preview of the tiny thumbnails. The preview image is displayed when you hover over the thumbnail, so you can be sure you're moving or deleting the right file. This extension runs automatically when you are on Dropbox, so you don't need to click anything... just hover over the image you want to preview in your Files folder. If you discover any bugs or problems with this extension, please post them -- with details -- on the Support tab so they can be addressed and fixed. Image Previewer for Dropbox is not affiliated with or otherwise sponsored by Dropbox, Inc.
Informations de Base sur l'Extension
Nom | Image Previewer for Dropbox |
ID | bgbbodmalbdabpfacpfhigapcoadfeni |
URL Officiel | https://chromewebstore.google.com/detail/image-previewer-for-dropb/bgbbodmalbdabpfacpfhigapcoadfeni |
Description | Magnify thumbnail images in your Dropbox files folder. |
Taille du Fichier | 16.03 KB |
Nombre d'Installations | 307 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-07-23 |
Date de Publication | 2017-07-23 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | https://tech-in-check.blogspot.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Previewer for Dropbox", "description": "Magnify thumbnail images in your Dropbox files folder.", "version": "1.0", "short_name": "Magnify thumbnail images in your Dropbox files folder.", "icons": { "16": "drip16.png", "48": "drip48.png", "128": "drip128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.dropbox.com\/*" ], "js": [ "drip.js" ], "run_at": "document_end" } ] } |