Themify Search Page

Gives a dark theme to the Google search page

Τι είναι το Themify Search Page;

Το Themify Search Page είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον devhl, και η κύρια λειτουργία του είναι "Gives a dark theme to the Google search page".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Themify Search Page

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

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

                        NOT AFFILIATED WITH GOOGLE!

Gives a dark theme to Google search results.

This release has a lot more detail.  If you want something changed, just ask.

v0.7 users can now modify the theme
v0.6 added limited support for Google Canada
v0.5 hanldes a change to an id field in the header
v0.4 Fixed for changed header classes
v0.3 CSS fix for a changed header on the search page
     Changed manifest to reflect icons
v0.2 Now themes the header and footer of the search page
v0.1 Initial release                    

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

Όνομα Themify Search Page Themify Search Page
ID iofpegbmbanlchohbchdmpkfholebpja
Επίσημο URL https://chromewebstore.google.com/detail/themify-search-page/iofpegbmbanlchohbchdmpkfholebpja
Περιγραφή Gives a dark theme to the Google search page
Μέγεθος Αρχείου 48.39 KB
Αριθμός Εγκαταστάσεων 40
Τρέχουσα Έκδοση 0.7.0.0
Τελευταία Ενημέρωση 2016-02-21
Ημερομηνία Δημοσίευσης 2016-02-21
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής devhl
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Themify Search Page",
    "description": "Gives a dark theme to the Google search page",
    "version": "0.7.0.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/www.google.com\/*",
                "https:\/\/www.google.com\/*",
                "http:\/\/www.google.ca\/*",
                "https:\/\/www.google.ca\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.google.com\/maps\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "google.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "dark48.png",
            "38": "dark48.png"
        },
        "default_title": "Themify",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "dark16.png",
        "48": "dark48.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "google.css"
    ]
}