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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Vlad.studio New Tab擴展crx文件

下載Vlad.studio New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        — 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 Vlad.studio New Tab
ID onnnlephmddikejceahbafdpibihbnpj
官方網址 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"
    }
}