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
公式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
Eメール [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"
    ]
}