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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |