TempText

Paste and store multiple text lines and be able to copy to clipboard when needed. Text is synced across browser windows and devices

TempTextคืออะไร?

TempText เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ramchan5916 และคุณลักษณะหลักของมันคือ "Paste and store multiple text lines and be able to copy to clipboard when needed. Text is synced across browser windows and devices"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TempText

ดาวน์โหลดไฟล์ส่วนขยาย TempText ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        When browsing Internet sometimes you'd like to temporary store text data, e.g. email addresses, celebrity names, quantities, etc.  

By using TempText you save time by staying in the same browser tab, no longer needing to open notepad or other place for copy-pasting your text.

You just open the popup, paste the text, press Enter and it gets stored through the chrome sessions across multiple browser windows and devices, It also allows you to edit previously inserted text entries, copy stored text to clipboard with a single click and delete the text entries that you no longer need.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TempText TempText
ID acieclflijheaejbikfnkpeikogkkgio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/temptext/acieclflijheaejbikfnkpeikogkkgio
คำอธิบาย Paste and store multiple text lines and be able to copy to clipboard when needed. Text is synced across browser windows and devices
ขนาดไฟล์ 46.78 KB
จำนวนการติดตั้ง 1,069
เวอร์ชันปัจจุบัน 1.0.14
อัปเดตครั้งล่าสุด 2018-04-13
วันที่เผยแพร่ 2018-04-13
คะแนน 4.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา ramchan5916
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TempText",
    "description": "Paste and store multiple text lines and be able to copy to clipboard when needed. Text is synced across browser windows and devices",
    "version": "1.0.14",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+Z",
                "windows": "Alt+Shift+Z",
                "mac": "Alt+Shift+Z",
                "chromeos": "Alt+Shift+Z",
                "linux": "Alt+Shift+Z"
            }
        }
    },
    "permissions": [
        "storage"
    ]
}