TextStash

Stash and recall text snippets you use often. Synchronize them, too.

TextStash là gì?

TextStash là một tiện ích mở rộng Chrome được phát triển bởi https://software.davidfisco.com, và tính năng chính của nó là "Stash and recall text snippets you use often. Synchronize them, too.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TextStash

Tải xuống các tệp mở rộng TextStash dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TextStash TextStash
ID pkcgcekemfdlkbeceaendmllombbfdib
URL Chính Thức https://chromewebstore.google.com/detail/textstash/pkcgcekemfdlkbeceaendmllombbfdib
Mô tả Stash and recall text snippets you use often. Synchronize them, too.
Kích Thước Tệp 96.23 KB
Số Lần Cài Đặt 304
Phiên Bản Hiện Tại 1.0.0.2
Cập Nhật Lần Cuối 2014-01-17
Ngày Phát Hành 2014-01-17
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://software.davidfisco.com
Loại Thanh Toán free
Trang Web Mở Rộng http://software.davidfisco.com/2012/10/introducing-textstash-for-google-chrome.html
URL Trang Trợ Giúp http://software.davidfisco.com/2012/10/introducing-textstash-for-google-chrome.html
Ngôn Ngữ Được Hỗ Trợ 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"
}