Simple Tab
Transforms your new tab page into a beautiful and minimalistic image. All code is open source.
Simple Tab란 무엇입니까?
Simple Tab은(는) matthewninja에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transforms your new tab page into a beautiful and minimalistic image. All code is open source."입니다.
확장 프로그램 스크린샷
Simple Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simple tab is simple. Simply put, it takes your boring 'New Tab' page and replaces it with a beautiful, hand picked landscape image. Other Tab page extensions are extremely bloated and slow. For users who don't want to see a cluttered tab page, this is the extension for you. Transparency is important to the creator. All code is open source, and is free to use at https://github.com/matthewninja/simpletab. The images are stored locally for extremely fast loading. This extension is a work in progress, and new features are on the way. Any questions will be answered on twitter @koreacanadian.
확장 프로그램 기본 정보
이름 | Simple Tab |
ID | onmajccknmlhmaclaeplheoehfknefma |
공식 URL | https://chromewebstore.google.com/detail/simple-tab/onmajccknmlhmaclaeplheoehfknefma |
설명 | Transforms your new tab page into a beautiful and minimalistic image. All code is open source. |
파일 크기 | 42.43 MB |
설치 횟수 | 16 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2017-07-24 |
출시 날짜 | 2017-07-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | matthewninja |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/matthewninja/simpletab |
도움말 페이지 URL | https://twitter.com/koreacanadian |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Tab", "version": "0.1.1", "description": "Transforms your new tab page into a beautiful and minimalistic image.\n All code is open source.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": [], "author": "Matthew Ham", "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "new-tab.html" }, "homepage_url": "https:\/\/github.com\/matthewninja\/simpletab", "offline_enabled": true, "permissions": [ "tabs" ], "short_name": "Simple Tab" } |