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."입니다.

확장 프로그램 스크린샷

screenshot

TextStash 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
}