Art Project - New Tab
Displays random masterpieces from Google Cultural Institute in your every new tab
什么是Art Project - New Tab?
Art Project - New Tab是由balvin.perrie开发的Chrome扩展程序,该扩展的主要功能是“Displays random masterpieces from Google Cultural Institute in your every new tab”。
扩展截图
下载Art Project - New Tab扩展crx文件
下载Art Project - New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension replaces the default "New Tab" page with a clean and organized page showcasing a wide range of masterpieces, from renowned artists like Van Gogh and Monet to contemporary works by street artists worldwide. Key Points: 1. The extension utilizes the Google Arts & Culture database to display these artworks. Each artwork includes clickable titles and links to the creators. 2. The extension stores up to 5 artworks in the browser's cache storage to improve responsiveness. 3. All new artworks are fetched directly from the Google Arts & Culture website. 4. Each artwork is displayed for 24 hours before being replaced with a new one. If you don't like a particular one, you can use the refresh button to see a different random artwork. What is the "Google Arts & Culture" service (from Wikipedia)? Google Arts & Culture features content from over 2000 prominent museums and archives partnered with the Google Cultural Institute to bring the world's treasures online. It uses high-resolution image technology, allowing users to explore partner organizations' collections, and galleries, and access detailed information about the artworks. The platform also offers advanced search capabilities and educational tools. -- Legal This extension solely retrieves resources from Google Arts & Culture. It is an independent project without affiliation with Google or the Google Arts & Culture team.
扩展基本信息
名称 | Art Project - New Tab |
ID | ipoghjhnmfohnlhlmichminmbgddjobh |
官方URL | https://chromewebstore.google.com/detail/art-project-new-tab/ipoghjhnmfohnlhlmichminmbgddjobh |
简介 | Displays random masterpieces from Google Cultural Institute in your every new tab |
文件大小 | 235 KB |
安装次数 | 3,809 |
当前版本 | 0.2.1 |
更新时间 | 2023-07-17 |
上架时间 | 2019-04-23 |
评分 | 4.67/5 共3次评分 |
开发者 | balvin.perrie |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://webextension.org/listing/new-tab.html?from=artworks |
帮助页面URL | https://webextension.org/listing/new-tab.html?from=artworks |
隐私政策页面URL | https://add0n.com/policies/balvin.perrie.txt |
支持的语言 | de,en,fr,nl,da,et,es,it,hu,fi,cs,el,bg,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Art Project - New Tab", "description": "__MSG_description__", "default_locale": "en", "version": "0.2.1", "background": { "service_worker": "worker.js" }, "chrome_url_overrides": { "newtab": "\/data\/override\/index.html" }, "permissions": [ "storage" ], "homepage_url": "https:\/\/webextension.org\/listing\/new-tab.html?from=artworks", "icons": { "16": "data\/icons\/16.png", "24": "data\/icons\/24.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png" } } |