Inspire Gallery New Tab

Get inspired with every new tab. Displays a cutomisable gallery of the best current work from around the net.

Inspire Gallery New Tab क्या है?

Inspire Gallery New Tab cormackali द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get inspired with every new tab. Displays a cutomisable gallery of the best current work from around the net."।

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

screenshot
screenshot
screenshot

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

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

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

                        Inspire New Tab pulls in a fully customisable range of art from ArtStation, Behance and Itch.io to brighten your day and provide inspiration for your next great project.  

New in V1.3
# Right Click and Hide individual images
# Numerous bug fixes for grid scaling and fetching
# Itch.io Support Added
# Support for new ArtStation APIs
# Improved Grid Layout
# More Artstation Mediums
# Numerous Bug Fixes                    

एक्सटेंशन की मूल जानकारी

नाम Inspire Gallery New Tab Inspire Gallery New Tab
ID feldechheiacimdajbkleojednhpophc
आधिकारिक URL https://chromewebstore.google.com/detail/inspire-gallery-new-tab/feldechheiacimdajbkleojednhpophc
विवरण Get inspired with every new tab. Displays a cutomisable gallery of the best current work from around the net.
फ़ाइल का आकार 246 KB
स्थापना संख्या 500
वर्तमान संस्करण 1.3
अंतिम अपडेट 2021-01-02
प्रकाशन तिथि 2019-04-07
रेटिंग 4.77/5 कुल 13 रेटिंग्स
डेवलपर cormackali
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://www.alicormack.com/PrivacyPolicy.pdf
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inspire Gallery New Tab",
    "short_name": "Inspire Gallery",
    "description": "Get inspired with every new tab. Displays a cutomisable gallery of the best current work from around the net.",
    "version": "1.3",
    "icons": {
        "16": "img\/icon\/icon16.png",
        "32": "img\/icon\/icon32.png",
        "48": "img\/icon\/icon48.png",
        "128": "img\/icon\/icon128.png",
        "256": "img\/icon\/icon256.png",
        "512": "img\/icon\/icon512.png"
    },
    "permissions": [
        "storage",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/www.behance.net\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.artstation.com\/ https:\/\/www.behance.net\/ https:\/\/ssl.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.behance.net\/*",
                "https:\/\/ssl.google-analytics.com\/*",
                "https:\/\/www.artstation.com\/*",
                "https:\/\/www.itch.io\/*"
            ],
            "js": [
                "js\/be.js",
                "js\/settings.js",
                "js\/inspiration.js",
                "js\/jquery-3.2.1.js"
            ]
        }
    ]
}