PCT Manager
Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering.
PCT Manager란 무엇입니까?
PCT Manager은(는) Tollski에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering."입니다.
확장 프로그램 스크린샷
PCT Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | |
ID | gpbdmbcehgeedlilhdeolifmboafbcjb |
공식 URL | https://chromewebstore.google.com/detail/pct-manager/gpbdmbcehgeedlilhdeolifmboafbcjb |
설명 | Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering. |
파일 크기 | 67.55 KB |
설치 횟수 | 153 |
현재 버전 | 0.4.3 |
최근 업데이트 | 2016-10-25 |
출시 날짜 | 2016-10-24 |
평점 | 4.22/5 총 9 개의 평점 |
개발자 | Tollski |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PCT Manager", "description": "Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering.", "version": "0.4.3", "background": { "scripts": [ "jquery-2.1.4.min.js", "helperFunctions.js", "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Safe Browsing", "default_popup": "pages\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.1.4.min.js", "helperFunctions.js", "contentScripts\/timeLimitedContent.js", "contentScripts\/newPageContent.js", "contentScripts\/notificationsContent.js", "contentScripts\/genericMessageListener.js", "contentScripts\/blockedLinks.js", "contentScripts\/blockedKeywords.js", "contentScripts\/blockContent.js", "contentScripts\/timerContent.js" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon.png" }, "options_page": "pages\/options.html", "permissions": [ "activeTab", "storage", "tabs" ] } |