SaveAs - save image as PNG/JPG/WebP

save as PNG/JPG/WebP for page images by the right-click context menu.

Vad är SaveAs - save image as PNG/JPG/WebP?

SaveAs - save image as PNG/JPG/WebP är en Chrome-tillägg utvecklad av margaretafossb70, och dess huvudfunktion är "save as PNG/JPG/WebP for page images by the right-click context menu.".

Tilläggsskärmbilder

screenshot

Ladda ner SaveAs - save image as PNG/JPG/WebP-förlängningens CRX-fil

Ladda ner SaveAs - save image as PNG/JPG/WebP-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

                        How to save image as PNG/JPG/WebP?Save image as type on the right-click context menu.                    

Grundläggande Information om Tillägg

Namn SaveAs - save image as PNG/JPG/WebP SaveAs - save image as PNG/JPG/WebP
ID emlllnmkpoigndgcippjedejjcjaleil
Officiell webbadress https://chromewebstore.google.com/detail/saveas-save-image-as-pngj/emlllnmkpoigndgcippjedejjcjaleil
Beskrivning save as PNG/JPG/WebP for page images by the right-click context menu.
Filstorlek 54.64 KB
Antal Installationer 5,000
Aktuell Version 1.0.0
Senast Uppdaterad 2022-10-21
Publiceringsdatum 2022-10-21
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare margaretafossb70
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://extensiondock.com/privacy
Stödda Språk id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "contextMenus",
        "scripting",
        "declarativeNetRequest",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "version": "1.0.0",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/emlllnmkpoigndgcippjedejjcjaleil"
}