General Text Copier
Store stuff you frequently copy and paste.
O que é General Text Copier?
General Text Copier é uma extensão do Chrome desenvolvida por Canary Design, e sua principal característica é "Store stuff you frequently copy and paste.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão General Text Copier
Baixe arquivos de extensão General Text Copier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | General Text Copier |
ID | addokmpkfnbjgldkbngokjnkpgefkogb |
URL Oficial | https://chromewebstore.google.com/detail/general-text-copier/addokmpkfnbjgldkbngokjnkpgefkogb |
Descrição | Store stuff you frequently copy and paste. |
Tamanho do Arquivo | 122 KB |
Contagem de Instalações | 70 |
Versão Atual | 1.21 |
Última Atualização | 2019-02-01 |
Data de Publicação | 2019-01-31 |
Desenvolvedor | Canary Design |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |