TextStash
Stash and recall text snippets you use often. Synchronize them, too.
TextStashคืออะไร?
TextStash เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://software.davidfisco.com และคุณลักษณะหลักของมันคือ "Stash and recall text snippets you use often. Synchronize them, too."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TextStash
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |