Paste to download
Paste to download makes it easy to save images copied to your clipboard.
什么是Paste to download?
Paste to download是由https://pastetodownload.com开发的Chrome扩展程序,该扩展的主要功能是“Paste to download makes it easy to save images copied to your clipboard.”。
扩展截图
下载Paste to download扩展crx文件
下载Paste to download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It's especially useful to download media embedded in tough to export places like Google Slides. Get the chrome extension to quickly paste to download from wherever you are. Built by Maya Man (mayaontheinter.net) with design by Hana Tanimura (hanatanimura.com).
扩展基本信息
名称 | Paste to download |
ID | jghdppgkpdccfpobmilnnhgahhpjhbne |
官方URL | https://chromewebstore.google.com/detail/paste-to-download/jghdppgkpdccfpobmilnnhgahhpjhbne |
简介 | Paste to download makes it easy to save images copied to your clipboard. |
文件大小 | 206 KB |
安装次数 | 5,792 |
当前版本 | 0.0.3 |
更新时间 | 2020-09-07 |
上架时间 | 2019-04-03 |
评分 | 2.95/5 共20次评分 |
开发者 | https://pastetodownload.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://glanceback.info/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Paste to download", "version": "0.0.3", "description": "Paste to download makes it easy to save images copied to your clipboard.", "browser_action": { "default_title": "Paste to download", "default_popup": "index.html", "default_icon": { "16": "assets\/logo16x16.png", "48": "assets\/logo48x48.png", "128": "assets\/logo128x128.png" } }, "icons": { "16": "assets\/logo16x16.png", "48": "assets\/logo48x48.png", "128": "assets\/logo128x128.png" }, "manifest_version": 2 } |