TextStash
Stash and recall text snippets you use often. Synchronize them, too.
TextStash क्या है?
TextStash https://software.davidfisco.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stash and recall text snippets you use often. Synchronize them, too."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TextStash एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |