New Inspiring Tab!
Get inspired every time you open a new tab! Set a list of websites which will be shown while you set the address of a new tab.
New Inspiring Tab!란 무엇입니까?
New Inspiring Tab!은(는) https://www.nuthinking.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get inspired every time you open a new tab! Set a list of websites which will be shown while you set the address of a new tab."입니다.
확장 프로그램 스크린샷
New Inspiring Tab! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Why having a page loaded in your new tab? There are web pages that update frequently and that can provide an impressive amount of visual inspiration. An example is Dribbble. You could also put your Facebook but the idea is not to get too distracted to avoid the risk to forget where you wanted to go. The more visual, the better. Please report new issues here: https://github.com/nuthinking/New-Inspiring-Tab/issues
확장 프로그램 기본 정보
이름 | New Inspiring Tab! |
ID | jljbfjieapkkmdhfngjbdjmchoknjlek |
공식 URL | https://chromewebstore.google.com/detail/new-inspiring-tab/jljbfjieapkkmdhfngjbdjmchoknjlek |
설명 | Get inspired every time you open a new tab! Set a list of websites which will be shown while you set the address of a new tab. |
파일 크기 | 10.53 KB |
설치 횟수 | 20 |
현재 버전 | 1.1 |
최근 업데이트 | 2012-04-02 |
출시 날짜 | 2012-04-02 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://www.nuthinking.com |
결제 유형 | free |
도움말 페이지 URL | https://github.com/nuthinking/New-Inspiring-Tab |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Inspiring Tab!", "version": "1.1", "description": "Get inspired every time you open a new tab! Set a list of websites which will be shown while you set the address of a new tab.", "chrome_url_overrides": { "newtab": "newTab.html" }, "options_page": "options.html", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2 } |