Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/image4tools/Save-Image-as-Type
Save Image as Type is an chrome extension which add Save as PNG / JPG / WebP to the context menu of image.
https://github.com/image4tools/Save-Image-as-Type
chrome chrome-extension javascript
Last synced: 3 months ago
JSON representation
Save Image as Type is an chrome extension which add Save as PNG / JPG / WebP to the context menu of image.
- Host: GitHub
- URL: https://github.com/image4tools/Save-Image-as-Type
- Owner: image4tools
- License: gpl-2.0
- Created: 2015-02-07T09:46:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T07:44:26.000Z (7 months ago)
- Last Synced: 2024-07-25T23:01:21.544Z (6 months ago)
- Topics: chrome, chrome-extension, javascript
- Language: JavaScript
- Homepage:
- Size: 122 KB
- Stars: 113
- Watchers: 5
- Forks: 18
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Save-Image-as-Type
# English Version
## Add for pictures Chrome extension for "Save as PNG/JPG/WebP" right-click menu.
Save Image as Type is an chrome extension which add Save Image as PNG / JPG / WebP option to the context menu of image.
Screenshot of English version
![Save-Image-as-Type Screenshot of the English interface](https://raw.githubusercontent.com/cuixiping/Save-Image-as-Type/master/screenshot-en.jpg)Because I need to save the webp image on the chrome web store as jpg format, I first found a special conversion software, but it was more troublesome to use, and then found a Save Image As Type 1.0.5 extension in the web store, but this extension has not been maintained for a long time, and it is currently **inoperable**, so I made some improvements on this basis.
[Install Save Image as Type from the Chrome Web Store](https://chrome.google.com/webstore/detail/gabfmnliflodkdafenbcpjdlppllnemd)
Reference works 1: ~~Save Image As Type 1.0.5~~ (Removed from web store)
Reference works 2: [Save Image As PNG 1.0.2](https://chrome.google.com/webstore/detail/nkokmeaibnajheohncaamjggkanfbphi)
(Can only be saved as PNG,Cannot be saved as JPG and WebP)# 中文版
## 为图片添加“另存为PNG/JPG/WebP”右键菜单的Chrome扩展。
中文版截图
![Save-Image-as-Type 中文界面截图](https://raw.githubusercontent.com/cuixiping/Save-Image-as-Type/master/screenshot-zh.jpg)由于自己需要将chrome web store上的webp图片另存为jpg格式,先是找了专门的转换软件,但是使用比较麻烦,后来在web store里找到了一个Save Image As Type 1.0.5的扩展,但是这个扩展已经许久不维护,并且当前已经**无法运行**,于是自己在此基础上进行了一些改进。
[从 Chrome Web Store 安装 Save Image as Type](https://chrome.google.com/webstore/detail/gabfmnliflodkdafenbcpjdlppllnemd)
参考作品1: ~~Save Image As Type 1.0.5~~ (已下架)
参考作品2: [Save Image As PNG 1.0.2](https://chrome.google.com/webstore/detail/nkokmeaibnajheohncaamjggkanfbphi)
(只能保存为PNG,不能保存为JPG和WebP)