Save image as Type
Save image as PNG, JPG or WebP by context menu on image.
什么是Save image as Type?
Save image as Type是由image4tools开发的Chrome扩展程序,该扩展的主要功能是“Save image as PNG, JPG or WebP by context menu on image.”。
扩展截图
下载Save image as Type扩展crx文件
下载Save image as Type扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add context menu for images to save image as PNG, JPG or WebP format. There is an old Save Image As Type 1.0.5 extension created by another developer but cannot run now. I developed this new extension based on the old one. This extension is open source. No information is collected. No ads. No login or registration. Multiple languages supported. Release notes: 2015-02-08 - First release. 2023-05-11 - Migrate to chrome extension manifest version 3. - Use service worker instead of content script, as chrome recommended. - Add some languages 2023-05-22 - Fix bug for chrome 108 and older versions. - Add some languages
扩展基本信息
名称 | Save image as Type |
ID | gabfmnliflodkdafenbcpjdlppllnemd |
官方URL | https://chromewebstore.google.com/detail/save-image-as-type/gabfmnliflodkdafenbcpjdlppllnemd |
简介 | Save image as PNG, JPG or WebP by context menu on image. |
文件大小 | 109 KB |
安装次数 | 1,022,929 |
当前版本 | 1.2.4 |
更新时间 | 2023-12-19 |
上架时间 | 2015-02-07 |
评分 | 3.88/5 共550次评分 |
开发者 | image4tools |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/cuixiping/Save-Image-as-Type |
帮助页面URL | https://github.com/cuixiping/Save-Image-as-Type/issues |
支持的语言 | de,en,fr,vi,es,it,pt-BR,pt-PT,ru,uk,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDescription__", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "background": { "service_worker": "background.js" }, "default_locale": "en", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "permissions": [ "downloads", "contextMenus", "offscreen", "scripting" ], "optional_permissions": [], "host_permissions": [ " |