TempText

Paste and store multiple text lines and be able to copy to clipboard when needed. Text is synced across browser windows and devices

O que é TempText?

TempText é uma extensão do Chrome desenvolvida por ramchan5916, e sua principal característica é "Paste and store multiple text lines and be able to copy to clipboard when needed. Text is synced across browser windows and devices".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TempText

Baixe arquivos de extensão TempText 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

                        When browsing Internet sometimes you'd like to temporary store text data, e.g. email addresses, celebrity names, quantities, etc.  

By using TempText you save time by staying in the same browser tab, no longer needing to open notepad or other place for copy-pasting your text.

You just open the popup, paste the text, press Enter and it gets stored through the chrome sessions across multiple browser windows and devices, It also allows you to edit previously inserted text entries, copy stored text to clipboard with a single click and delete the text entries that you no longer need.                    

Informações Básicas da Extensão

Nome TempText TempText
ID acieclflijheaejbikfnkpeikogkkgio
URL Oficial https://chromewebstore.google.com/detail/temptext/acieclflijheaejbikfnkpeikogkkgio
Descrição Paste and store multiple text lines and be able to copy to clipboard when needed. Text is synced across browser windows and devices
Tamanho do Arquivo 46.78 KB
Contagem de Instalações 1,069
Versão Atual 1.0.14
Última Atualização 2018-04-13
Data de Publicação 2018-04-13
Classificação 4.60/5 Total de 10 Avaliações
Desenvolvedor ramchan5916
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TempText",
    "description": "Paste and store multiple text lines and be able to copy to clipboard when needed. Text is synced across browser windows and devices",
    "version": "1.0.14",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+Z",
                "windows": "Alt+Shift+Z",
                "mac": "Alt+Shift+Z",
                "chromeos": "Alt+Shift+Z",
                "linux": "Alt+Shift+Z"
            }
        }
    },
    "permissions": [
        "storage"
    ]
}