Zoho Project UI Tweaks
Makes a number of modifications to the Zoho Project interface.
Zoho Project UI Tweaks란 무엇입니까?
Zoho Project UI Tweaks은(는) smhmic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes a number of modifications to the Zoho Project interface."입니다.
Zoho Project UI Tweaks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Toggle custom styles on/off using the star icon in the top-right.
확장 프로그램 기본 정보
이름 | |
ID | hhefdknnhoeefmeijhocegjjfgleoeje |
공식 URL | https://chrome.google.com/webstore/detail/hhefdknnhoeefmeijhocegjjfgleoeje |
설명 | Makes a number of modifications to the Zoho Project interface. |
파일 크기 | 36.52 KB |
설치 횟수 | 65 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2017-11-20 |
출시 날짜 | 2017-11-20 |
개발자 | smhmic |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "version": "0.1.1", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "default_locale": "en", "permissions": [ "tabs", "*:\/\/projects.zoho.com\/portal\/*" ], "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "*:\/\/projects.zoho.com\/portal\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "pfx.zoho.js" ], "icons": { "128": "images\/128x128.png", "64": "images\/64x64.png", "48": "images\/48x48.png", "16": "images\/16x16.png" }, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2 } |