TextStash

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

Vad är TextStash?

TextStash är en Chrome-tillägg utvecklad av https://software.davidfisco.com, och dess huvudfunktion är "Stash and recall text snippets you use often. Synchronize them, too.".

Tilläggsskärmbilder

screenshot

Ladda ner TextStash-förlängningens CRX-fil

Ladda ner TextStash-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn TextStash TextStash
ID pkcgcekemfdlkbeceaendmllombbfdib
Officiell webbadress https://chromewebstore.google.com/detail/textstash/pkcgcekemfdlkbeceaendmllombbfdib
Beskrivning Stash and recall text snippets you use often. Synchronize them, too.
Filstorlek 96.23 KB
Antal Installationer 304
Aktuell Version 1.0.0.2
Senast Uppdaterad 2014-01-17
Publiceringsdatum 2014-01-17
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://software.davidfisco.com
Betalningssätt free
Tilläggswebbplats http://software.davidfisco.com/2012/10/introducing-textstash-for-google-chrome.html
Hjälpsida URL http://software.davidfisco.com/2012/10/introducing-textstash-for-google-chrome.html
Stödda Språk 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"
}