CodeProject Article Reader
Make codeproject articles more readable.
CodeProject Article Reader란 무엇입니까?
CodeProject Article Reader은(는) https://vincechan.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make codeproject articles more readable."입니다.
확장 프로그램 스크린샷
CodeProject Article Reader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you are the type that will spend time to customize the styles of your IDE and like to read articles on codeproject.com, you will love this extension. Features: * Choice of 8 different available PrismJS themes to customize the styles of the code in an article. * Choice of 16 different available Bootswatch themes to customize the styles of the article * Choice of 3 fixed layouts or fluid layout * Theme choices will be saved. Read article in preferred themes with one click.
확장 프로그램 기본 정보
이름 | CodeProject Article Reader |
ID | ahlafaphgbmmbiabcdecifalepbcobgl |
공식 URL | https://chromewebstore.google.com/detail/codeproject-article-reade/ahlafaphgbmmbiabcdecifalepbcobgl |
설명 | Make codeproject articles more readable. |
파일 크기 | 88.29 KB |
설치 횟수 | 83 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2016-06-01 |
출시 날짜 | 2016-06-01 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://vincechan.me |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CodeProject Article Reader", "short_name": "CPReader", "description": "Make codeproject articles more readable.", "version": "1.0.2", "background": { "scripts": [ "js\/background.js" ] }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": "img\/icon48.png", "default_title": "Read Article in Reader", "default_popup": "popup.html" }, "permissions": [ "declarativeContent", "activeTab", "http:\/\/*.codeproject.com\/" ] } |