General Text Copier
Store stuff you frequently copy and paste.
What is General Text Copier?
General Text Copier is a Chrome extension developed by Canary Design, and its main feature is "Store stuff you frequently copy and paste.".
Extension Screenshots
Download General Text Copier Extension CRX File
Download General Text Copier 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
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.
Extension Basic Information
Name | General Text Copier |
ID | addokmpkfnbjgldkbngokjnkpgefkogb |
Official URL | https://chromewebstore.google.com/detail/general-text-copier/addokmpkfnbjgldkbngokjnkpgefkogb |
Description | Store stuff you frequently copy and paste. |
File Size | 122 KB |
Installation Count | 70 |
Current Version | 1.21 |
Last Updated | 2019-02-01 |
Publish Date | 2019-01-31 |
Developer | Canary Design |
Payment Type | free |
Supported Languages | 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" ] } |