Text Saver

Save texts anytime, anywhere

Text Saver란 무엇입니까?

Text Saver은(는) jiacai2050에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save texts anytime, anywhere"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Text Saver 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A browser extension to save texts anytime, anywhere.

Open an issue if you have any suggestions or issues.

https://github.com/jiacai2050/text-saver                    

확장 프로그램 기본 정보

이름 Text Saver Text Saver
ID egelicndigijclebpggemngfhpnkeglk
공식 URL https://chromewebstore.google.com/detail/text-saver/egelicndigijclebpggemngfhpnkeglk
설명 Save texts anytime, anywhere
파일 크기 62.41 KB
설치 횟수 237
현재 버전 1.4.2
최근 업데이트 2023-10-08
출시 날짜 2023-03-11
개발자 jiacai2050
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jiacai2050/text-saver
도움말 페이지 URL https://github.com/jiacai2050/text-saver/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Saver",
    "version": "1.4.2",
    "description": "Save texts anytime, anywhere",
    "homepage_url": "https:\/\/github.com\/jiacai2050\/text-saver",
    "author": "[email protected]",
    "action": {
        "default_title": "Save texts anytime, anywhere",
        "default_icon": "imgs\/logo.png"
    },
    "icons": {
        "100": "imgs\/logo.png"
    },
    "options_ui": {
        "page": "option.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "downloads",
        "storage",
        "unlimitedStorage"
    ],
    "manifest_version": 3
}