Shift Click Image Extractor
Extracting / sharing images: now easy as Shift
Was ist Shift Click Image Extractor?
Shift Click Image Extractor ist eine Chrome-Erweiterung, die von https://shft.cl entwickelt wurde, und ihr Hauptmerkmal ist "Extracting / sharing images: now easy as Shift".
Erweiterungsscreenshots
Shift Click Image Extractor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shift Click Image Extractor-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
Shift Click is everything you need: - an image extractor - an image sharing tool - an image downloader - an Instagram image downloader - a gif downloader - and much more! This extension generates automatically a short URL that allows you to share *any* images in a record time. No useless UI in your browser, this simple shortcut helps you to keep it clean! Shift Click uses a hit test to bypass blank divs from getting at the image. That means no more right-click + inspect. You can leave the dev tools behind. Be prepared to save a Shiftload of time.
Grundlegende Informationen zur Erweiterung
Name | Shift Click Image Extractor |
ID | aonflkdebcjkiimklgpgkclmjohclbbf |
Offizielle URL | https://chromewebstore.google.com/detail/shift-click-image-extract/aonflkdebcjkiimklgpgkclmjohclbbf |
Beschreibung | Extracting / sharing images: now easy as Shift |
Dateigröße | 30.69 KB |
Installationsanzahl | 12,792 |
Aktuelle Version | 1.7.1 |
Letztes Update | 2023-01-30 |
Veröffentlichungsdatum | 2020-02-09 |
Bewertung | 3.98/5 Insgesamt 48 Bewertungen |
Entwickler | https://shft.cl |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://shft.cl/ |
Hilfeseite URL | https://twitter.com/shftcl |
URL der Datenschutzrichtlinien-Seite | https://shft.cl/tos |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shift Click Image Extractor", "short_name": "Shift Click", "manifest_version": 2, "description": "Extracting \/ sharing images: now easy as Shift", "version": "1.7.1", "icons": { "16": "context.png", "64": "icon.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "css": [], "run_at": "document_end", "all_frames": true } ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "author": "Deux Huit Huit", "homepage_url": "https:\/\/shft.cl\/?utm_source=shftclck-ext&utm_medium=chrome-ext-panel&utm_campaign=chrome-ext-panel", "externally_connectable": { "matches": [ "*:\/\/shft.cl\/*" ] }, "permissions": [ "activeTab", "background", "contextMenus", "storage", "unlimitedStorage", "http:\/\/localhost\/", "https:\/\/localhost\/", "https:\/\/shft.cl\/", " |