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.
Vad är View background image?
View background image är en Chrome-tillägg utvecklad av Espen Hovlandsdal, och dess huvudfunktion är "Adds a "open background image in new tab" menu item. Finds closest element to the clicked area that has a background image.".
Tilläggsskärmbilder
Ladda ner View background image-förlängningens CRX-fil
Ladda ner View background image-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
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.
Grundläggande Information om Tillägg
Namn | View background image |
ID | mjbfbknmcdpofdfkeencgjaolgcddglh |
Officiell webbadress | https://chromewebstore.google.com/detail/view-background-image/mjbfbknmcdpofdfkeencgjaolgcddglh |
Beskrivning | Adds a "open background image in new tab" menu item. Finds closest element to the clicked area that has a background image. |
Filstorlek | 7.62 KB |
Antal Installationer | 1,849 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2016-08-07 |
Publiceringsdatum | 2016-08-07 |
Betyg | 2.85/5 Totalt 41 Betyg |
Utvecklare | Espen Hovlandsdal |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/rexxars/view-background-image |
Hjälpsida URL | https://github.com/rexxars/view-background-image/issues |
Stödda Språk | 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", " |