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文件

下載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 TextStash
ID pkcgcekemfdlkbeceaendmllombbfdib
官方網址 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"
}