Inspire Gallery New Tab

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

O que é Inspire Gallery New Tab?

Inspire Gallery New Tab é uma extensão do Chrome desenvolvida por cormackali, e sua principal característica é "Get inspired with every new tab. Displays a cutomisable gallery of the best current work from around the net.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Inspire Gallery New Tab

Baixe arquivos de extensão Inspire Gallery New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Inspire Gallery New Tab Inspire Gallery New Tab
ID feldechheiacimdajbkleojednhpophc
URL Oficial https://chromewebstore.google.com/detail/inspire-gallery-new-tab/feldechheiacimdajbkleojednhpophc
Descrição Get inspired with every new tab. Displays a cutomisable gallery of the best current work from around the net.
Tamanho do Arquivo 246 KB
Contagem de Instalações 500
Versão Atual 1.3
Última Atualização 2021-01-02
Data de Publicação 2019-04-07
Classificação 4.77/5 Total de 13 Avaliações
Desenvolvedor cormackali
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.alicormack.com/PrivacyPolicy.pdf
Idiomas Suportados 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"
            ]
        }
    ]
}