Image zoom and drag
Image zoom and drag
Cos'è Image zoom and drag?
Image zoom and drag è un'estensione di Chrome sviluppata da 원창혁, e la sua funzione principale è "Image zoom and drag".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Image zoom and drag
Scarica i file di estensione Image zoom and drag 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
How to use
- Right-click on the image to open the context menu.
- Click elsewhere to close the context menu.
- You're ready. You can zoom in / out with the mouse wheel.
- Right click on the image again to cancel. Informazioni di Base sull'Estensione
| Nome | |
| ID | oehcmjobdahgnbfpbpaeboddkhkfkddi |
| URL Ufficiale | https://chromewebstore.google.com/detail/image-zoom-and-drag/oehcmjobdahgnbfpbpaeboddkhkfkddi |
| Descrizione | Image zoom and drag |
| Dimensione del File | 8.7 KB |
| Conteggio Installazioni | 646 |
| Versione Corrente | 0.0.17 |
| Ultimo Aggiornamento | 2020-05-28 |
| Data di Pubblicazione | 2020-05-27 |
| Valutazione | 4.24/5 Totale 17 Valutazioni |
| Sviluppatore | 원창혁 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Image zoom and drag",
"version": "0.0.17",
"manifest_version": 2,
"description": "Image zoom and drag",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"image-zoom-and-drag.js"
],
"all_frames": true
}
]
} | |