Typed

Typed Web Extension

Typed란 무엇입니까?

Typed은(는) Team Typed에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Typed Web Extension"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        You can easily add web resources to Typed with just a click by installing the web extension, no longer needing to copy and paste URLs.

Features provided:
- Save the URL to your Typed library
- Link the URL directly to specific document or folder
- Be mouseless and use keyboard shortcuts to save even faster

---

웹에서 원하는 URL을 바로 타입드에 추가하세요. URL를 복사해서 타입드 서비스에 추가할 필요 없이 웹 익스텐션을 설치하여 원클릭으로 쉽게 타입드 라이브러리 내 저장이 가능합니다.

제공 기능:
- URL을 자신의 라이브러리로 저장
- 도큐먼트 혹은 폴더를 지정하여 URL을 저장
- 숏컷을 활용한 빠른 URL 수집                    

확장 프로그램 기본 정보

이름 Typed Typed
ID kaeblcnicidcgbblaepcapgabflhmgno
공식 URL https://chromewebstore.google.com/detail/typed/kaeblcnicidcgbblaepcapgabflhmgno
설명 Typed Web Extension
파일 크기 8.14 MB
설치 횟수 8,877
현재 버전 1.0.13
최근 업데이트 2023-05-26
출시 날짜 2021-08-20
평점 4.85/5 총 41 개의 평점
개발자 Team Typed
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.typed.do/
개인정보 보호 정책 페이지 URL https://typed.do/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Typed",
    "description": "Typed Web Extension",
    "version": "1.0.13",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/typed-app-icon16.png",
            "32": "icons\/typed-app-icon32.png",
            "48": "icons\/typed-app-icon48.png",
            "128": "icons\/typed-app-icon128.png"
        }
    },
    "icons": {
        "16": "icons\/typed-app-icon16.png",
        "32": "icons\/typed-app-icon32.png",
        "48": "icons\/typed-app-icon48.png",
        "128": "icons\/typed-app-icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/main.347d2c6a.js"
            ],
            "css": [
                "static\/css\/main.ad3eb80e.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "ids": [
            "kaeblcnicidcgbblaepcapgabflhmgno"
        ],
        "matches": [
            "https:\/\/typed.do\/*",
            "http:\/\/localhost\/*",
            "https:\/\/local.business-canvas.xyz\/*",
            "https:\/\/staging.typed.do\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "content_security_policy": {
        "script-src-elem": "'self' 'unsafe-eval'",
        "object-src": "'self' https:\/\/www.gstatic.com chrome-extension:\/\/kaeblcnicidcgbblaepcapgabflhmgno https:\/\/apis.google.com https:\/\/ssl.google-analytics.com"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            }
        }
    }
}