View source code of online HTML, CSS & JavaScript files

란 무엇입니까?

은(는) nire0510에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View source code of online HTML, CSS & JavaScript files"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        View source code of online HTML, CSS & JavaScript files.
The extension automatically downloads the source locally and opens the file in a rich code editor with syntax highlighting support, text search, code collapse and more.
If input is in the following format: protocol://domain/file_path:row:column it will automatically set the cursor in that position, a productivity booster when it comes to debugging.                    

확장 프로그램 기본 정보

이름 <view-source>
ID dmfgkkcgfcaciolbfagclhaainpigkmd
공식 URL https://chromewebstore.google.com/detail/%3Cview-source%3E/dmfgkkcgfcaciolbfagclhaainpigkmd
설명 View source code of online HTML, CSS & JavaScript files
파일 크기 60.13 KB
설치 횟수 10,000
현재 버전 1.1.0
최근 업데이트 2017-06-27
출시 날짜 2017-06-27
평점 3.33/5 총 6 개의 평점
개발자 nire0510
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "",
    "version": "1.1.0",
    "description": "View source code of online HTML, CSS & JavaScript files",
    "icons": {
        "128": "assets\/icons\/icon-128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "notifications"
    ],
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "24": "assets\/icons\/icon-24.png",
            "32": "assets\/icons\/icon-32.png"
        },
        "default_title": "",
        "default_popup": "app\/popup\/index.html"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "app\/options\/index.html"
    },
    "background": {
        "scripts": [
            "app\/scripts\/event.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/ https:\/\/cdnjs.cloudflare.com\/; object-src 'self'"
}