Text Saver
Save texts anytime, anywhere
What is Text Saver?
Text Saver is a Chrome extension developed by jiacai2050, and its main feature is "Save texts anytime, anywhere".
Extension Screenshots
Download Text Saver Extension CRX File
Download Text Saver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A browser extension to save texts anytime, anywhere. Open an issue if you have any suggestions or issues. https://github.com/jiacai2050/text-saver
Extension Basic Information
Name | Text Saver |
ID | egelicndigijclebpggemngfhpnkeglk |
Official URL | https://chromewebstore.google.com/detail/text-saver/egelicndigijclebpggemngfhpnkeglk |
Description | Save texts anytime, anywhere |
File Size | 62.41 KB |
Installation Count | 237 |
Current Version | 1.4.2 |
Last Updated | 2023-10-08 |
Publish Date | 2023-03-11 |
Developer | jiacai2050 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jiacai2050/text-saver |
Help Page URL | https://github.com/jiacai2050/text-saver/issues |
Supported Languages | 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 } |