Image zoom and drag
Image zoom and drag
Vad är Image zoom and drag?
Image zoom and drag är en Chrome-tillägg utvecklad av 원창혁, och dess huvudfunktion är "Image zoom and drag".
Tilläggsskärmbilder
Ladda ner Image zoom and drag-förlängningens CRX-fil
Ladda ner Image zoom and drag-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Image zoom and drag |
ID | oehcmjobdahgnbfpbpaeboddkhkfkddi |
Officiell webbadress | https://chromewebstore.google.com/detail/image-zoom-and-drag/oehcmjobdahgnbfpbpaeboddkhkfkddi |
Beskrivning | Image zoom and drag |
Filstorlek | 8.7 KB |
Antal Installationer | 646 |
Aktuell Version | 0.0.17 |
Senast Uppdaterad | 2020-05-28 |
Publiceringsdatum | 2020-05-27 |
Betyg | 4.24/5 Totalt 17 Betyg |
Utvecklare | 원창혁 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } ] } |