New Tab Page for Trello
One-click access to your Trello Boards from your New Tab Page
New Tab Page for Trello란 무엇입니까?
New Tab Page for Trello은(는) Viterio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click access to your Trello Boards from your New Tab Page"입니다.
확장 프로그램 스크린샷
New Tab Page for Trello 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
View your Trello Boards every time you open a new Tab. Easily search trello.com easily whenever you open a new tab page. NOTE: Extension only available to users having installed the "Boards for Trello" extension https://chrome.google.com/webstore/detail/boards-for-trello/eknhddnoflchkcccjgdddmnimjggiona
확장 프로그램 기본 정보
이름 | New Tab Page for Trello |
ID | flhbeabcinhdnpbmapigmippphgfinga |
공식 URL | https://chromewebstore.google.com/detail/new-tab-page-for-trello/flhbeabcinhdnpbmapigmippphgfinga |
설명 | One-click access to your Trello Boards from your New Tab Page |
파일 크기 | 136 KB |
설치 횟수 | 4,685 |
현재 버전 | 3.1.0 |
최근 업데이트 | 2017-03-06 |
출시 날짜 | 2017-03-05 |
평점 | 3.77/5 총 22 개의 평점 |
개발자 | Viterio |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://viterio.info/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Page for Trello", "short_name": "New Tab Page for Trello", "version": "3.1.0", "manifest_version": 2, "description": "One-click access to your Trello Boards from your New Tab Page", "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "38": "images\/icon-38.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "homepage_url": "https:\/\/boardsfortrello.com\/#newtab", "web_accessible_resources": [ "images\/1x1.gif" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |