PingWest - 新闻

PingWest 更新

PingWest - 新闻란 무엇입니까?

PingWest - 新闻은(는) 刘伟에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PingWest 更新"입니다.

확장 프로그램 스크린샷

screenshot

PingWest - 新闻 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        — 实时更新来自PingWest品玩的文章内容

 — 可设置打开或关闭提醒,自定义更新频率

 — 在右下角弹出提示,得到重要的提醒,但也不打扰当前的工作                    

확장 프로그램 기본 정보

이름 PingWest - 新闻 PingWest - 新闻
ID fcojlbaghhegccfhncnglklbddgeeboe
공식 URL https://chrome.google.com/webstore/detail/fcojlbaghhegccfhncnglklbddgeeboe
설명 PingWest 更新
파일 크기 89.27 KB
설치 횟수 36
현재 버전 1.0
최근 업데이트 2015-09-11
출시 날짜 2015-09-09
평점 5.00/5 총 1 개의 평점
개발자 刘伟
결제 유형 free
확장 프로그램 웹 사이트 http://www.pingwest.com/
지원되는 언어 en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "PingWest \u66f4\u65b0",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications",
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}