Image Alt QuickView
Quickly view the alternative text of any image in the context menu. Simply right-click on an image.
Vad är Image Alt QuickView?
Image Alt QuickView är en Chrome-tillägg utvecklad av iaderinokun, och dess huvudfunktion är "Quickly view the alternative text of any image in the context menu. Simply right-click on an image.".
Tilläggsskärmbilder
Ladda ner Image Alt QuickView-förlängningens CRX-fil
Ladda ner Image Alt QuickView-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
Quickly view the alternative text of any image in the context menu. Simply right-click on an image.
Grundläggande Information om Tillägg
Namn | Image Alt QuickView |
ID | ihmcdmcfoogcfafdmommegnakbaljjki |
Officiell webbadress | https://chromewebstore.google.com/detail/image-alt-quickview/ihmcdmcfoogcfafdmommegnakbaljjki |
Beskrivning | Quickly view the alternative text of any image in the context menu. Simply right-click on an image. |
Filstorlek | 8.12 KB |
Antal Installationer | 72 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2019-01-08 |
Publiceringsdatum | 2019-01-04 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | iaderinokun |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Alt QuickView", "short_name": "Alt QuickView", "description": "Quickly view the alternative text of any image in the context menu. Simply right-click on an image.", "version": "1.0.1", "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "browser-polyfill.js", "background.js" ] }, "content_scripts": [ { "matches": [ " |