View background image
Adds a "open background image in new tab" menu item. Finds closest element to the clicked area that has a background image.
Was ist View background image?
View background image ist eine Chrome-Erweiterung, die von Espen Hovlandsdal entwickelt wurde, und ihr Hauptmerkmal ist "Adds a "open background image in new tab" menu item. Finds closest element to the clicked area that has a background image.".
Erweiterungsscreenshots
View background image-Erweiterungs-CRX-Datei herunterladen
Laden Sie View background image-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
Adds a new menu item to web pages - "open background image in new tab". Will try to find the closest element to the clicked area that has a background image. Tries to mirror Chrome's own "open image in new tab"-functionality, but currently there seems to be no way in Chrome extensions to show a context menu item based on the return value of a function, so currently it is always shown, regardless of the presence of a background image. This extension is open-source and MIT-licensed. Source code can be found at https://github.com/rexxars/view-background-image - contributions are welcome.
Grundlegende Informationen zur Erweiterung
Name | View background image |
ID | mjbfbknmcdpofdfkeencgjaolgcddglh |
Offizielle URL | https://chromewebstore.google.com/detail/view-background-image/mjbfbknmcdpofdfkeencgjaolgcddglh |
Beschreibung | Adds a "open background image in new tab" menu item. Finds closest element to the clicked area that has a background image. |
Dateigröße | 7.62 KB |
Installationsanzahl | 1,849 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2016-08-07 |
Veröffentlichungsdatum | 2016-08-07 |
Bewertung | 2.85/5 Insgesamt 41 Bewertungen |
Entwickler | Espen Hovlandsdal |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/rexxars/view-background-image |
Hilfeseite URL | https://github.com/rexxars/view-background-image/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View background image", "version": "1.0.3", "description": "Adds a \"open background image in new tab\" menu item. Finds closest element to the clicked area that has a background image.", "permissions": [ "contextMenus", " |