TextStash
Stash and recall text snippets you use often. Synchronize them, too.
TextStashとは何ですか?
TextStashはhttps://software.davidfisco.comによって開発されたChromeの拡張機能で、その主な機能は「Stash and recall text snippets you use often. Synchronize them, too.」です。
拡張機能のスクリーンショット
TextStash拡張機能のCRXファイルをダウンロード
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" } |