Foxy New Tab

Custom Chrome/Chromium New Tab Page, just for me!

Τι είναι το Foxy New Tab;

Το Foxy New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον laserhawk64, και η κύρια λειτουργία του είναι "Custom Chrome/Chromium New Tab Page, just for me!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Foxy New Tab

Λήψη αρχείων επέκτασης Foxy New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension replaces your New Tab page with a static picture of a smug red fox. There will only ever be one picture, and there will only ever be one 'Foxy New Tab' Chrome Extension... unless Google decides to break backwards compatibility someday, in which case there might be two such extensions, and there might be zero. Time will tell...

This upload primarily serves as a workaround for the new (and exceedingly myopic) "We don't like Extensions that aren't in the Store" policy that exists in the official Chrome browser for Windows. If you like it, great. If you don't, uninstall it and move on. In either case, good luck to you :)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Foxy New Tab Foxy New Tab
ID bonjaelihdcjneiffcfkehppkndfggem
Επίσημο URL https://chromewebstore.google.com/detail/foxy-new-tab/bonjaelihdcjneiffcfkehppkndfggem
Περιγραφή Custom Chrome/Chromium New Tab Page, just for me!
Μέγεθος Αρχείου 262 KB
Αριθμός Εγκαταστάσεων 22
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-08-25
Ημερομηνία Δημοσίευσης 2017-10-09
Προγραμματιστής laserhawk64
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Christopher Havel",
    "content_scripts": [
        {
            "css": [
                "newtab.css"
            ],
            "html": [
                "newtab.html"
            ],
            "matches": [
                "https:\/\/*\/_\/chrome\/newtab*",
                "*:\/\/local-ntp\/local-ntp.html"
            ],
            "run_at": "document_end"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Custom Chrome\/Chromium New Tab Page, just for me!",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "name": "Foxy New Tab",
    "version": "1.0"
}