Search center aligner

Search center aligner

Τι είναι το Search center aligner ;

Το Search center aligner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον altitakov, και η κύρια λειτουργία του είναι "Search center aligner".

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

screenshot

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

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

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

                        The alignment of the content of the search center
Enjoy and do not turn your head!
Seals will give the mood for every day.

If you have a large monitor.

release 1.4: 
- fix google updates
- fix yandex updates
- add duckduckgo 


release 1.3: 
- google and yandex image pages fix
- permission edits
- dependence on screen
- icons                    

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

Όνομα Search center aligner Search center aligner
ID mincleldcfpfonkhogecibmppgbeoglb
Επίσημο URL https://chrome.google.com/webstore/detail/search-center-aligner/mincleldcfpfonkhogecibmppgbeoglb
Περιγραφή Search center aligner
Μέγεθος Αρχείου 28.15 KB
Αριθμός Εγκαταστάσεων 40
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2020-06-10
Ημερομηνία Δημοσίευσης 2020-06-10
Αξιολόγηση 3.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής altitakov
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/alexTitakoff/search-center-aligner
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search center aligner ",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Search center aligner",
    "icons": {
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_title": "browser_action: default_title",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "html\/main.html"
    },
    "background": [],
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.yandex.ru\/*",
                "https:\/\/*.yandex.ru\/*"
            ],
            "exclude_matches": [
                "https:\/\/yandex.ru\/",
                "https:\/\/yandex.ru\/",
                "https:\/\/yandex.ru\/images\/*",
                "https:\/\/yandex.ru\/images\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/align-yandex.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.google.ru\/*",
                "https:\/\/*.google.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/google.ru\/",
                "https:\/\/google.com\/"
            ],
            "run_at": "document_start",
            "js": [
                "js\/align-google.js"
            ]
        },
        {
            "matches": [
                "https:\/\/duckduckgo.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/duckduckgo.com\/"
            ],
            "run_at": "document_start",
            "js": [
                "js\/align-duckduckgo.js"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "homepage_url": "http:\/\/yourdomainhere.com\/"
}