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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays random masterpieces from Google Cultural Institute in your every new tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Art Project - New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}