Canvas - View/Edit Google Images

View, edit, download high resolution google images and more!

Was ist Canvas - View/Edit Google Images?

Canvas - View/Edit Google Images ist eine Chrome-Erweiterung, die von Mayank Jani entwickelt wurde, und ihr Hauptmerkmal ist "View, edit, download high resolution google images and more!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Canvas - View/Edit Google Images-Erweiterungs-CRX-Datei herunterladen

Laden Sie Canvas - View/Edit Google Images-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Download and View images quickly on Google Images in 1 click without opening it in a new tab.

Popular Reddit Post
https://www.reddit.com/r/pcmasterrace/comments/7y6ijf/i_made_a_chrome_extension_to_viewdownload_images/

[NEW] Edit Images
You can now edit all google images with features like - Crop, Flip, Rotation, Drawing, Shape, Icon, Text, Mask Filter, Image Filter.

Gallery
View Google Images like in a gallery with prev/next.

Firefox version here:
https://addons.mozilla.org/en-US/firefox/addon/canvas-google-images/

Donate
If you like what you see and want to contribute to make it even better consider donating. It helps a long way!
https://www.paypal.me/mayankjani

UPDATE LOG

Version 0.55 [14 July 2020]
- Initial fix compatible with recent Google Updates which rendered this extension unusable. All should work as it was before. Though are are some issues to be sorted out which will be done in subsequent updates.

Version 0.54
- Bug fixes

Version 0.53
- Fixed image aspect ratio for high resolution images

Version 0.52
- Optimizations in image editor
- Loading image indicator on image editing
- Better error handling if image cannot be loaded on editor

Version 0.51
- Fixed copy image url in some cases

Version 0.50
- Added first version of full fledged image editor!

Version 0.45
- Design optimizations

Version 0.44
- Fixed bug where image controls were displayed on bottom of each image instead of top

Version 0.43
- Show thumb image in loader while high resolution image is loading
- Fixed bugs

Version 0.42
- Added image extension(JPG, PNG, GIF etc) info in gallery

Version 0.41
- Added feature to open images in modal instead of new tab
- Added feature to view next/previous image like in a gallery(keyboard arrow keys supported)
- Updated icons and colors to nicer versions :)

Version 0.31
Due to latest chrome changes the "download image" feature was not working. But its fixed now. To make it work you have to give "Manage your Downloads" permission. We use this permission only to download the image and nothing else.

Version 0.3
New Feature: "Save Image As" to download image in a specific folder instead in a default folder. To be able to do this it needs the "downloads" permissions to be able to save to a specific folder of your choice.

Privacy
We do not collect or share any type of your data for any purposes(not even analytics).                    

Grundlegende Informationen zur Erweiterung

Name Canvas - View/Edit Google Images Canvas - View/Edit Google Images
ID bfncneeboblpajkpienladgdmfdkpefg
Offizielle URL https://chrome.google.com/webstore/detail/canvas-viewedit-google-im/bfncneeboblpajkpienladgdmfdkpefg
Beschreibung View, edit, download high resolution google images and more!
Dateigröße 252 KB
Installationsanzahl 10,000
Aktuelle Version 0.55
Letztes Update 2020-07-14
Veröffentlichungsdatum 2019-10-21
Bewertung 4.19/5 Insgesamt 168 Bewertungen
Entwickler Mayank Jani
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mayankjani.me
URL der Datenschutzrichtlinien-Seite https://mayankjani.com/canvas/privac
Unterstützte Sprachen en,it,sl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canvas - View\/Edit Google Images",
    "description": "View, edit, download high resolution google images and more!",
    "version": "0.55",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "assets\/logos\/16.png",
        "48": "assets\/logos\/48.png",
        "128": "assets\/logos\/128.png"
    },
    "browser_action": {
        "default_icon": "assets\/logos\/128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.ac\/*",
                "*:\/\/*.google.ad\/*",
                "*:\/\/*.google.com.af\/*",
                "*:\/\/*.google.com.ag\/*",
                "*:\/\/*.google.com.ai\/*",
                "*:\/\/*.google.am\/*",
                "*:\/\/*.google.it.ao\/*",
                "*:\/\/*.google.com.ar\/*",
                "*:\/\/*.google.as\/*",
                "*:\/\/*.google.at\/*",
                "*:\/\/*.google.com.au\/*",
                "*:\/\/*.google.az\/*",
                "*:\/\/*.google.ba\/*",
                "*:\/\/*.google.com.bd\/*",
                "*:\/\/*.google.be\/*",
                "*:\/\/*.google.bf\/*",
                "*:\/\/*.google.bg\/*",
                "*:\/\/*.google.com.bh\/*",
                "*:\/\/*.google.bi\/*",
                "*:\/\/*.google.bj\/*",
                "*:\/\/*.google.com.bn\/*",
                "*:\/\/*.google.com.bo\/*",
                "*:\/\/*.google.com.br\/*",
                "*:\/\/*.google.bs\/*",
                "*:\/\/*.google.co.bw\/*",
                "*:\/\/*.google.com.by\/*",
                "*:\/\/*.google.by\/*",
                "*:\/\/*.google.com.bz\/*",
                "*:\/\/*.google.ca\/*",
                "*:\/\/*.google.com.kh\/*",
                "*:\/\/*.google.cc\/*",
                "*:\/\/*.google.cd\/*",
                "*:\/\/*.google.cf\/*",
                "*:\/\/*.google.cat\/*",
                "*:\/\/*.google.cg\/*",
                "*:\/\/*.google.ch\/*",
                "*:\/\/*.google.ci\/*",
                "*:\/\/*.google.co.ck\/*",
                "*:\/\/*.google.cl\/*",
                "*:\/\/*.google.cm\/*",
                "*:\/\/*.google.cn\/*",
                "*:\/\/*.google.com.co\/*",
                "*:\/\/*.google.co.cr\/*",
                "*:\/\/*.google.com.cu\/*",
                "*:\/\/*.google.cv\/*",
                "*:\/\/*.google.com.cy\/*",
                "*:\/\/*.google.cz\/*",
                "*:\/\/*.google.de\/*",
                "*:\/\/*.google.dj\/*",
                "*:\/\/*.google.dk\/*",
                "*:\/\/*.google.dm\/*",
                "*:\/\/*.google.com.do\/*",
                "*:\/\/*.google.dz\/*",
                "*:\/\/*.google.com.ec\/*",
                "*:\/\/*.google.ee\/*",
                "*:\/\/*.google.com.eg\/*",
                "*:\/\/*.google.es\/*",
                "*:\/\/*.google.com.et\/*",
                "*:\/\/*.google.fi\/*",
                "*:\/\/*.google.com.fj\/*",
                "*:\/\/*.google.fm\/*",
                "*:\/\/*.google.fr\/*",
                "*:\/\/*.google.ga\/*",
                "*:\/\/*.google.gd\/*",
                "*:\/\/*.google.ge\/*",
                "*:\/\/*.google.gf\/*",
                "*:\/\/*.google.gg\/*",
                "*:\/\/*.google.com.gh\/*",
                "*:\/\/*.google.com.gi\/*",
                "*:\/\/*.google.gl\/*",
                "*:\/\/*.google.gm\/*",
                "*:\/\/*.google.gp\/*",
                "*:\/\/*.google.gr\/*",
                "*:\/\/*.google.com.gt\/*",
                "*:\/\/*.google.gy\/*",
                "*:\/\/*.google.com.hk\/*",
                "*:\/\/*.google.hn\/*",
                "*:\/\/*.google.hr\/*",
                "*:\/\/*.google.ht\/*",
                "*:\/\/*.google.hu\/*",
                "*:\/\/*.google.co.id\/*",
                "*:\/\/*.google.iq\/*",
                "*:\/\/*.google.ie\/*",
                "*:\/\/*.google.co.il\/*",
                "*:\/\/*.google.im\/*",
                "*:\/\/*.google.co.in\/*",
                "*:\/\/*.google.io\/*",
                "*:\/\/*.google.is\/*",
                "*:\/\/*.google.it\/*",
                "*:\/\/*.google.je\/*",
                "*:\/\/*.google.com.jm\/*",
                "*:\/\/*.google.jo\/*",
                "*:\/\/*.google.co.jp\/*",
                "*:\/\/*.google.co.ke\/*",
                "*:\/\/*.google.com.kh\/*",
                "*:\/\/*.google.ki\/*",
                "*:\/\/*.google.kg\/*",
                "*:\/\/*.google.co.kr\/*",
                "*:\/\/*.google.com.kw\/*",
                "*:\/\/*.google.kz\/*",
                "*:\/\/*.google.la\/*",
                "*:\/\/*.google.com.lb\/*",
                "*:\/\/*.google.com.lc\/*",
                "*:\/\/*.google.li\/*",
                "*:\/\/*.google.lk\/*",
                "*:\/\/*.google.co.ls\/*",
                "*:\/\/*.google.lt\/*",
                "*:\/\/*.google.lu\/*",
                "*:\/\/*.google.lv\/*",
                "*:\/\/*.google.com.ly\/*",
                "*:\/\/*.google.co.ma\/*",
                "*:\/\/*.google.md\/*",
                "*:\/\/*.google.me\/*",
                "*:\/\/*.google.mg\/*",
                "*:\/\/*.google.mk\/*",
                "*:\/\/*.google.ml\/*",
                "*:\/\/*.google.mn\/*",
                "*:\/\/*.google.ms\/*",
                "*:\/\/*.google.com.mt\/*",
                "*:\/\/*.google.mu\/*",
                "*:\/\/*.google.mv\/*",
                "*:\/\/*.google.mw\/*",
                "*:\/\/*.google.com.mx\/*",
                "*:\/\/*.google.com.my\/*",
                "*:\/\/*.google.co.mz\/*",
                "*:\/\/*.google.com.na\/*",
                "*:\/\/*.google.ne\/*",
                "*:\/\/*.google.com.nf\/*",
                "*:\/\/*.google.com.ng\/*",
                "*:\/\/*.google.com.ni\/*",
                "*:\/\/*.google.nl\/*",
                "*:\/\/*.google.no\/*",
                "*:\/\/*.google.com.np\/*",
                "*:\/\/*.google.nr\/*",
                "*:\/\/*.google.nu\/*",
                "*:\/\/*.google.co.nz\/*",
                "*:\/\/*.google.com.om\/*",
                "*:\/\/*.google.com.pa\/*",
                "*:\/\/*.google.com.pe\/*",
                "*:\/\/*.google.com.ph\/*",
                "*:\/\/*.google.com.pk\/*",
                "*:\/\/*.google.pl\/*",
                "*:\/\/*.google.pn\/*",
                "*:\/\/*.google.com.pr\/*",
                "*:\/\/*.google.ps\/*",
                "*:\/\/*.google.pt\/*",
                "*:\/\/*.google.com.py\/*",
                "*:\/\/*.google.com.qa\/*",
                "*:\/\/*.google.ro\/*",
                "*:\/\/*.google.rs\/*",
                "*:\/\/*.google.ru\/*",
                "*:\/\/*.google.rw\/*",
                "*:\/\/*.google.com.sa\/*",
                "*:\/\/*.google.com.sb\/*",
                "*:\/\/*.google.sc\/*",
                "*:\/\/*.google.se\/*",
                "*:\/\/*.google.com.sg\/*",
                "*:\/\/*.google.sh\/*",
                "*:\/\/*.google.si\/*",
                "*:\/\/*.google.sk\/*",
                "*:\/\/*.google.com.sl\/*",
                "*:\/\/*.google.sn\/*",
                "*:\/\/*.google.sm\/*",
                "*:\/\/*.google.so\/*",
                "*:\/\/*.google.st\/*",
                "*:\/\/*.google.com.sv\/*",
                "*:\/\/*.google.td\/*",
                "*:\/\/*.google.tg\/*",
                "*:\/\/*.google.co.th\/*",
                "*:\/\/*.google.com.tj\/*",
                "*:\/\/*.google.tk\/*",
                "*:\/\/*.google.tl\/*",
                "*:\/\/*.google.tm\/*",
                "*:\/\/*.google.to\/*",
                "*:\/\/*.google.com.tn\/*",
                "*:\/\/*.google.com.tr\/*",
                "*:\/\/*.google.tt\/*",
                "*:\/\/*.google.com.tw\/*",
                "*:\/\/*.google.co.tz\/*",
                "*:\/\/*.google.com.ua\/*",
                "*:\/\/*.google.co.ug\/*",
                "*:\/\/*.google.ae\/*",
                "*:\/\/*.google.co.uk\/*",
                "*:\/\/*.google.us\/*",
                "*:\/\/*.google.com.uy\/*",
                "*:\/\/*.google.co.uz\/*",
                "*:\/\/*.google.com.vc\/*",
                "*:\/\/*.google.co.ve\/*",
                "*:\/\/*.google.vg\/*",
                "*:\/\/*.google.co.vi\/*",
                "*:\/\/*.google.com.vn\/*",
                "*:\/\/*.google.vu\/*",
                "*:\/\/*.google.ws\/*",
                "*:\/\/*.google.co.za\/*",
                "*:\/\/*.google.co.zm\/*",
                "*:\/\/*.google.co.zw\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/tui.image-editor\/fabric.min.js",
                "assets\/tui.image-editor\/tui-code-snippet.min.js",
                "assets\/tui.image-editor\/FileSaver.min.js",
                "assets\/tui.image-editor\/tui-color-picker.min.js",
                "assets\/tui.image-editor\/tui-image-editor.min.js",
                "script.js"
            ],
            "css": [
                "style.css",
                "assets\/tui.image-editor\/tui-color-picker.min.css",
                "assets\/tui.image-editor\/tui-image-editor.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/logos\/48.png",
        "assets\/images\/loading.svg",
        "assets\/images\/loading_circular.svg",
        "assets\/tui.image-editor\/svg\/icon-a.svg",
        "assets\/tui.image-editor\/svg\/icon-b.svg",
        "assets\/tui.image-editor\/svg\/icon-c.svg",
        "assets\/tui.image-editor\/svg\/icon-d.svg"
    ],
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "options_page": "options.html"
}