View link source

Adds 'View link source' to the context menu.

View link source란 무엇입니까?

View link source은(는) OrcaSoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds 'View link source' to the context menu."입니다.

확장 프로그램 스크린샷

screenshot

View link source 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adds 'View link source' to the context menu.                    

확장 프로그램 기본 정보

이름 View link source View link source
ID kmpjbdkdnehfenbgchigbbmnahcfeidc
공식 URL https://chromewebstore.google.com/detail/view-link-source/kmpjbdkdnehfenbgchigbbmnahcfeidc
설명 Adds 'View link source' to the context menu.
파일 크기 24.95 KB
설치 횟수 207
현재 버전 1.0.3
최근 업데이트 2024-01-02
출시 날짜 2019-01-12
평점 4.11/5 총 9 개의 평점
개발자 OrcaSoft
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://orca-soft.net/chrome/pd/html/privacy_policy.html
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "View link source",
    "version": "1.0.3",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "context.js"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}