Forest Extension

Forest image extension.

Wat is Forest Extension?

Forest Extension is een Chrome-extensie ontwikkeld door frogenpotato, en de belangrijkste functie is "Forest image extension.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Forest Extension

Download Forest Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Forest image extension

Adds a relaxing feeling plus some social media shortcuts to your dull new tabs.

This new tab page provides web search through bing.com.                    

Basisinformatie over de Extensie

Naam Forest Extension Forest Extension
ID edmefoopiechcgnkikkmpdeigdjonpmm
Officiële URL https://chromewebstore.google.com/detail/forest-extension/edmefoopiechcgnkikkmpdeigdjonpmm
Beschrijving Forest image extension.
Bestandsgrootte 26.46 MB
Aantal Installaties 38
Huidige Versie 1.0.0.1
Laatst Bijgewerkt 2023-08-02
Publicatiedatum 2023-04-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar frogenpotato
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Forest Extension",
    "description": "Forest image extension.",
    "version": "1.0.0.1",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "48": "assets\/icons\/icon_48.png",
            "128": "assets\/icons\/icon_128.png"
        }
    },
    "icons": {
        "48": "assets\/icons\/icon_48.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new_tab\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*",
                "assets\/fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}