Twos: The best place to write *things* down

Chrome extension for Twos: The best place to write *things* down

Twos: The best place to write *things* down란 무엇입니까?

Twos: The best place to write *things* down은(는) https://twosapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension for Twos: The best place to write *things* down"입니다.

확장 프로그램 스크린샷

screenshot

Twos: The best place to write *things* down 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is the official Chrome extension for Twos ✌️ (www.TwosApp.com).

Once you have an account, you can login and easily add websites and text to your Today using this Chrome extension.

Let us know if you need any help.

Have a happy Twosday ✌️                    

확장 프로그램 기본 정보

이름 Twos: The best place to write *things* down Twos: The best place to write *things* down
ID lgkfjdlfhjdjcmkdgmciobikpjakpgjn
공식 URL https://chromewebstore.google.com/detail/twos-the-best-place-to-wr/lgkfjdlfhjdjcmkdgmciobikpjakpgjn
설명 Chrome extension for Twos: The best place to write *things* down
파일 크기 64.99 KB
설치 횟수 2,187
현재 버전 1.0.5
최근 업데이트 2022-06-06
출시 날짜 2022-04-26
평점 5.00/5 총 7 개의 평점
개발자 https://twosapp.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.twosapp.com/home
도움말 페이지 URL https://www.parkerklein.com/contact
개인정보 보호 정책 페이지 URL https://www.twosapp.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Chrome extension for Twos: The best place to write *things* down",
    "version": "1.0.5",
    "manifest_version": 3,
    "name": "Twos: The best place to write *things* down",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "favicon.ico"
    },
    "icons": {
        "16": "favicon.ico",
        "48": "favicon.ico",
        "128": "favicon.ico"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}