TextStash
Stash and recall text snippets you use often. Synchronize them, too.
Τι είναι το TextStash;
Το TextStash είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://software.davidfisco.com, και η κύρια λειτουργία του είναι "Stash and recall text snippets you use often. Synchronize them, too.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TextStash
Λήψη αρχείων επέκτασης TextStash σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | TextStash |
ID | pkcgcekemfdlkbeceaendmllombbfdib |
Επίσημο URL | https://chromewebstore.google.com/detail/textstash/pkcgcekemfdlkbeceaendmllombbfdib |
Περιγραφή | Stash and recall text snippets you use often. Synchronize them, too. |
Μέγεθος Αρχείου | 96.23 KB |
Αριθμός Εγκαταστάσεων | 304 |
Τρέχουσα Έκδοση | 1.0.0.2 |
Τελευταία Ενημέρωση | 2014-01-17 |
Ημερομηνία Δημοσίευσης | 2014-01-17 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://software.davidfisco.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://software.davidfisco.com/2012/10/introducing-textstash-for-google-chrome.html |
Διεύθυνση URL της Σελίδας Βοήθειας | http://software.davidfisco.com/2012/10/introducing-textstash-for-google-chrome.html |
Υποστηριζόμενες Γλώσσες | 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" } |