Web2PttChrome
Open the PTT Web article in PttChrome.
Web2PttChrome란 무엇입니까?
Web2PttChrome은(는) Chuck Yang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open the PTT Web article in PttChrome."입니다.
확장 프로그램 스크린샷
Web2PttChrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is an extension for PttChrome. Users who has PttChrome installed and read articles on PTT Web (www.ptt.cc/bbs/) site can click on the page action at the far right side of the omnibox to redirect to the article with PttChrome. In addition, user can also go to the article in the context menu when right clicked on the URL. New in 1.2: - fixing bugs.
확장 프로그램 기본 정보
이름 | Web2PttChrome |
ID | pjemnpgdmnlkkcpaddlnlegmdfpohnep |
공식 URL | https://chromewebstore.google.com/detail/web2pttchrome/pjemnpgdmnlkkcpaddlnlegmdfpohnep |
설명 | Open the PTT Web article in PttChrome. |
파일 크기 | 11.69 KB |
설치 횟수 | 20,000 |
현재 버전 | 1.2 |
최근 업데이트 | 2014-09-27 |
출시 날짜 | 2014-09-27 |
평점 | 4.22/5 총 58 개의 평점 |
개발자 | Chuck Yang |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web2PttChrome", "version": "1.2", "description": "Open the PTT Web article in PttChrome.", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "default_locale": "en_US", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.ptt.cc\/bbs\/*", "*:\/\/iamchucky.github.io\/PttChrome\/*" ], "js": [ "content_script.js" ] } ], "permissions": [ "tabs", "contextMenus" ], "page_action": { "default_name": "Open in PttChrome", "default_icon": { "19": "icon_19.png", "38": "icon_38.png" } }, "manifest_version": 2 } |