General Text Copier
Store stuff you frequently copy and paste.
General Text Copierとは何ですか?
General Text CopierはCanary Designによって開発されたChromeの拡張機能で、その主な機能は「Store stuff you frequently copy and paste.」です。
拡張機能のスクリーンショット
General Text Copier拡張機能のCRXファイルをダウンロード
General Text Copier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Useful for storing frequently used text information. ****Data stored in this extension uses HTML5 localstorage, which stores data in your browser settings. It is NOT encrypted and therefore NOT safe to store sensitive information like passwords, credit card information or anything else that should not be available to anyone else.**** This extension is currently in BETA, so I know there are some issues and it is a bit buggy.
拡張機能の基本情報
名前 | General Text Copier |
ID | addokmpkfnbjgldkbngokjnkpgefkogb |
公式URL | https://chromewebstore.google.com/detail/general-text-copier/addokmpkfnbjgldkbngokjnkpgefkogb |
説明 | Store stuff you frequently copy and paste. |
ファイルサイズ | 122 KB |
インストール数 | 70 |
現在のバージョン | 1.21 |
最終更新日 | 2019-02-01 |
公開日 | 2019-01-31 |
開発者 | Canary Design |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "General Text Copier", "description": "Store stuff you frequently copy and paste.", "version": "1.21", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |