Professional Codes Reader

Browse the web like a professional programmer!

Professional Codes Reader란 무엇입니까?

Professional Codes Reader은(는) Jasonnor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse the web like a professional programmer!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Professional Codes Reader can insert random C#, PHP or jQuery code to paragraphs of a webpage (which may be novels or articles), and making it looks like a professional or work site.

Usage
1. Click the icon to insert the code on the current page
2. Right-click the icon to open the Options page and set the action

This is an open source project. Visit Professional Codes Reader's Github page for full instructions, more information, bug reports, or to contribute.

https://github.com/Jasonnor/Professional-Codes-Reader                    

확장 프로그램 기본 정보

이름 Professional Codes Reader Professional Codes Reader
ID bmiklhlglhkagnpamkmdhgpbiolnbgac
공식 URL https://chromewebstore.google.com/detail/professional-codes-reader/bmiklhlglhkagnpamkmdhgpbiolnbgac
설명 Browse the web like a professional programmer!
파일 크기 169 KB
설치 횟수 53
현재 버전 1.1.1
최근 업데이트 2017-06-07
출시 날짜 2017-06-07
평점 3.00/5 총 2 개의 평점
개발자 Jasonnor
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Jasonnor/Professional-Codes-Reader
도움말 페이지 URL https://github.com/Jasonnor/Professional-Codes-Reader/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Professional Codes Reader",
    "description": "Browse the web like a professional programmer!",
    "version": "1.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/*"
    ]
}