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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |