Text Saver
Save texts anytime, anywhere
什么是Text Saver?
Text Saver是由jiacai2050开发的Chrome扩展程序,该扩展的主要功能是“Save texts anytime, anywhere”。
扩展截图
下载Text Saver扩展crx文件
下载Text Saver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A browser extension to save texts anytime, anywhere. Open an issue if you have any suggestions or issues. https://github.com/jiacai2050/text-saver
扩展基本信息
名称 | Text Saver |
ID | egelicndigijclebpggemngfhpnkeglk |
官方URL | https://chromewebstore.google.com/detail/text-saver/egelicndigijclebpggemngfhpnkeglk |
简介 | Save texts anytime, anywhere |
文件大小 | 62.41 KB |
安装次数 | 237 |
当前版本 | 1.4.2 |
更新时间 | 2023-10-08 |
上架时间 | 2023-03-11 |
开发者 | jiacai2050 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/jiacai2050/text-saver |
帮助页面URL | https://github.com/jiacai2050/text-saver/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text Saver", "version": "1.4.2", "description": "Save texts anytime, anywhere", "homepage_url": "https:\/\/github.com\/jiacai2050\/text-saver", "author": "[email protected]", "action": { "default_title": "Save texts anytime, anywhere", "default_icon": "imgs\/logo.png" }, "icons": { "100": "imgs\/logo.png" }, "options_ui": { "page": "option.html", "open_in_tab": true }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "contextMenus", "notifications", "downloads", "storage", "unlimitedStorage" ], "manifest_version": 3 } |