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." Основная информация о расширении
| Название | |
| 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"
} | |