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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}