Alphabet to Google
Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.
Hvad er Alphabet to Google?
Alphabet to Google er en Chrome-udvidelse udviklet af Chris Kirk, og dens hovedfunktion er "Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.".
Udvidelsesskærmbilleder
Download Alphabet to Google-udvidelses-CRX-fil
Download Alphabet to Google-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Changes all instances of "Alphabet" to "Google."
Grundlæggende oplysninger om udvidelsen
Navn | Alphabet to Google |
ID | ckhniebcpmpidgkojnmkokkchpemnbkm |
Officiel URL | https://chromewebstore.google.com/detail/alphabet-to-google/ckhniebcpmpidgkojnmkokkchpemnbkm |
Beskrivelse | Replaces the text "Alphabet" with "Google." Brought to you by Slate.com. |
Filstørrelse | 13.58 KB |
Antal Installationer | 19 |
Nuværende Version | 1.1 |
Senest Opdateret | 2015-08-18 |
Udgivelsesdato | 2015-08-18 |
Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
Udvikler | Chris Kirk |
Betalingsmetode | free |
Understøttede Sprog | 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" } |