Vlad.studio New Tab
Make your New Tab page unique with widgets and backgrounds from Vlad.studio.
Vlad.studio New Tab란 무엇입니까?
Vlad.studio New Tab은(는) Vladstudio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make your New Tab page unique with widgets and backgrounds from Vlad.studio."입니다.
확장 프로그램 스크린샷
Vlad.studio New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
— What does this extension do? — It replaces Chrome's default New Tab page. Here is what you can do with it: 1) add widgets, such as shortcuts to your favorite sites, bookmarks and clocks; 2) move widgets around and resize them; 3) set background to one of Vlad.studio artworks; 4) enjoy! — Is it free? — The extension itself is 100% free forever. You may want to sign up (also free!) and unlock up to 7 Vlad.studio backgrounds of your choosing. At any time, you can buy premium account for unlimited access to all backgrounds, present and future. — Is it safe? — As safe as I could possibly imagine. All your data remains in your browser's local storage. The extension receives your account data from Vlad.studio website, but does not send anything back. — What is Vlad.studio? — Vladstudio is the project of digital artist Vlad Gerasimov. Since 1998, I've created 500+ digital art pieces, and from time to time I release apps like this one. Please see vlad.studio website for more.
확장 프로그램 기본 정보
이름 | Vlad.studio New Tab |
ID | onnnlephmddikejceahbafdpibihbnpj |
공식 URL | https://chromewebstore.google.com/detail/vladstudio-new-tab/onnnlephmddikejceahbafdpibihbnpj |
설명 | Make your New Tab page unique with widgets and backgrounds from Vlad.studio. |
파일 크기 | 1.82 MB |
설치 횟수 | 896 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2021-10-19 |
출시 날짜 | 2021-10-12 |
평점 | 4.88/5 총 16 개의 평점 |
개발자 | Vladstudio |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://new-tab.vlad.studio/ |
도움말 페이지 URL | https://vlad.studio/about-contact |
개인정보 보호 정책 페이지 URL | https://responsive-buddy.vlad.studio/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vlad.studio New Tab", "description": "Make your New Tab page unique with widgets and backgrounds from Vlad.studio.", "version": "1.2.0", "manifest_version": 3, "host_permissions": [ "https:\/\/vlad.studio\/" ], "permissions": [ "storage", "cookies", "bookmarks", "topSites" ], "chrome_url_overrides": { "newtab": "new-tab.html" }, "icons": { "16": "\/static\/favicon\/16.png", "32": "\/static\/favicon\/32.png", "48": "\/static\/favicon\/48.png", "128": "\/static\/favicon\/128.png" } } |