Alphabet to Google
Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.
Τι είναι το Alphabet to Google;
Το Alphabet to Google είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Chris Kirk, και η κύρια λειτουργία του είναι "Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Alphabet to Google
Λήψη αρχείων επέκτασης Alphabet to Google σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Changes all instances of "Alphabet" to "Google."
Βασικές Πληροφορίες Επέκτασης
Όνομα | Alphabet to Google |
ID | ckhniebcpmpidgkojnmkokkchpemnbkm |
Επίσημο URL | https://chromewebstore.google.com/detail/alphabet-to-google/ckhniebcpmpidgkojnmkokkchpemnbkm |
Περιγραφή | Replaces the text "Alphabet" with "Google." Brought to you by Slate.com. |
Μέγεθος Αρχείου | 13.58 KB |
Αριθμός Εγκαταστάσεων | 19 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2015-08-18 |
Ημερομηνία Δημοσίευσης | 2015-08-18 |
Αξιολόγηση | 4.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Chris Kirk |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Chris Kirk", "content_scripts": [ { "all_frames": true, "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Replaces the text \"Alphabet\" with \"Google.\" Brought to you by Slate.com.", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Alphabet to Google", "short_name": "Alpha2Google", "version": "1.1" } |