TextStash
Stash and recall text snippets you use often. Synchronize them, too.
Co je TextStash?
TextStash je rozšíření Chrome vyvinuté https://software.davidfisco.com, a jeho hlavní funkcí je „Stash and recall text snippets you use often. Synchronize them, too.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TextStash
Stáhněte si soubory rozšíření TextStash ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | TextStash |
ID | pkcgcekemfdlkbeceaendmllombbfdib |
Oficiální URL | https://chromewebstore.google.com/detail/textstash/pkcgcekemfdlkbeceaendmllombbfdib |
Popis | Stash and recall text snippets you use often. Synchronize them, too. |
Velikost souboru | 96.23 KB |
Počet instalací | 304 |
Aktuální Verze | 1.0.0.2 |
Poslední Aktualizace | 2014-01-17 |
Datum Vydání | 2014-01-17 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | https://software.davidfisco.com |
Typ Platby | free |
Webové stránky Rozšíření | http://software.davidfisco.com/2012/10/introducing-textstash-for-google-chrome.html |
URL Stránky Nápovědy | http://software.davidfisco.com/2012/10/introducing-textstash-for-google-chrome.html |
Podporované Jazyky | 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" } |