Dynamic New Tab
This extension enables you to have a changing new tab background using a Local Directory or Imgur
Dynamic New Tab란 무엇입니까?
Dynamic New Tab은(는) Nathan Gillis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension enables you to have a changing new tab background using a Local Directory or Imgur"입니다.
확장 프로그램 스크린샷
Dynamic New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Dynamic-New-Tab This extension enables you to have a changing new tab background. Currently supports local directory and Imgur. To ENABLE local directory check "Allow access to file URLs" in Extension Settings If there is no internet connection and the background is set to web url, it defaults to my pug lenny. Will be adding support for more websites soon. User are able to * Set background URL OR directory * Set background sizing * Set background position * Enable|Disable background changing * Set background change time * Remove search bar from new tab * Remove logo from new tab 0.0.2 * Switch to Next background by clicking icon 0.0.3 * Added Option for Download Link for the background, Shows in the bottom left corner * Incognito support, Dynamic new tab run in split mode in incognito mode any settings or backgrounds will not be remembered. More Options to Come
확장 프로그램 기본 정보
이름 | Dynamic New Tab |
ID | chjlpggajdfaplimlgfmipjokhjdnakc |
공식 URL | https://chromewebstore.google.com/detail/dynamic-new-tab/chjlpggajdfaplimlgfmipjokhjdnakc |
설명 | This extension enables you to have a changing new tab background using a Local Directory or Imgur |
파일 크기 | 9.15 MB |
설치 횟수 | 161 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2014-08-07 |
출시 날짜 | 2014-08-07 |
평점 | 4.67/5 총 9 개의 평점 |
개발자 | Nathan Gillis |
결제 유형 | free |
도움말 페이지 URL | https://github.com/NathanGillis/Dynamic-New-Tab |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dynamic New Tab", "version": "0.0.3", "manifest_version": 2, "description": "This extension enables you to have a changing new tab background using a Local Directory or Imgur", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "incognito": "split", "default_locale": "en", "background": { "scripts": [ "src\/options_custom\/lib\/store.js", "src\/bg\/background.js" ], "persistent": true }, "options_page": "\/src\/options_custom\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Dynamic Tab" }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ " |