TextStash

Stash and recall text snippets you use often. Synchronize them, too.

O que é TextStash?

TextStash é uma extensão do Chrome desenvolvida por https://software.davidfisco.com, e sua principal característica é "Stash and recall text snippets you use often. Synchronize them, too.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TextStash

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

                        TextStash is a Google Chrome extension that lets you store pieces of text.  The pieces can be copied to your clipboard for use in web applications, websites and programs.  It also contains the beginnings of a macro system that can make you even more productive.  Learn more at http://software.davidfisco.com/2012/10/introducing-textstash-for-google-chrome.html

TextStash now includes "master tag set" functionality. Learn more at http://productivity.davidfisco.com/2013/01/the-benefits-of-single-tag-set.html                    

Informações Básicas da Extensão

Nome TextStash TextStash
ID pkcgcekemfdlkbeceaendmllombbfdib
URL Oficial https://chromewebstore.google.com/detail/textstash/pkcgcekemfdlkbeceaendmllombbfdib
Descrição Stash and recall text snippets you use often. Synchronize them, too.
Tamanho do Arquivo 96.23 KB
Contagem de Instalações 304
Versão Atual 1.0.0.2
Última Atualização 2014-01-17
Data de Publicação 2014-01-17
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://software.davidfisco.com
Tipo de Pagamento free
Site da Extensão http://software.davidfisco.com/2012/10/introducing-textstash-for-google-chrome.html
URL da Página de Ajuda http://software.davidfisco.com/2012/10/introducing-textstash-for-google-chrome.html
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/underscore-min.js",
            "js\/cleanstorage.js",
            "js\/update.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "TextStash",
        "default_popup": "popup.html"
    },
    "description": "Stash and recall text snippets you use often.  Synchronize them, too.",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "22.0",
    "name": "TextStash",
    "offline_enabled": true,
    "permissions": [
        "clipboardWrite",
        "storage",
        "tabs"
    ],
    "version": "1.0.0.2"
}