Google Search Page Enhancer
This extension removes the "More" option and adds all entries to the bar.
Τι είναι το Google Search Page Enhancer;
Το Google Search Page Enhancer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον therealplayer1, και η κύρια λειτουργία του είναι "This extension removes the "More" option and adds all entries to the bar.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Search Page Enhancer
Λήψη αρχείων επέκτασης Google Search Page Enhancer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension removes the "More" option and adds all entries to the bar.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ![]() |
ID | odgjchjcdilbflncmlpfpeoaemaoabli |
Επίσημο URL | https://chrome.google.com/webstore/detail/google-search-page-enhanc/odgjchjcdilbflncmlpfpeoaemaoabli |
Περιγραφή | This extension removes the "More" option and adds all entries to the bar. |
Μέγεθος Αρχείου | 34.47 KB |
Αριθμός Εγκαταστάσεων | 141 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2013-06-27 |
Ημερομηνία Δημοσίευσης | 2013-06-27 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | therealplayer1 |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Search Page Enhancer", "description": "This extension removes the \"More\" option and adds all entries to the bar.", "version": "0.1", "content_scripts": [ { "js": [ "jquery-1.6.4.min.js", "enhance.user.js" ], "matches": [ "*:\/\/www.google.de\/*", "*:\/\/www.google.com\/*", "*:\/\/google.de\/*", "*:\/\/google.com\/*" ] } ], "permissions": [ "*:\/\/www.google.de\/*", "*:\/\/www.google.com\/*", "*:\/\/google.de\/*", "*:\/\/google.com\/*" ] } |