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是由ramchan5916開發的Chrome擴展程式,該擴展的主要功能是“Paste and store multiple text lines and be able to copy to clipboard when needed. Text is synced across browser windows and devices”。

擴展截圖

screenshot

下載TempText擴展crx文件

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