Stanfurd
Replace Stanford with Stanfurd.
Что такое Stanfurd?
Stanfurd - это расширение Chrome, разработанное kelukelugames, и его основная функция - "Replace Stanford with Stanfurd.".
Снимки экрана расширения
Скачать файл CRX расширения Stanfurd
Скачайте файлы расширений Stanfurd в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The world misspells Stanfurd as Stanford. As a proud Golden Bear from Berkeley, I feel obligated to fix this mistake. Version 1.2 update. Also replace title. Replace logo in stanfurd.edu Version 1.1 update. Now works on google, facebook, etc. Boxscore shows FURD instead of STAN. Link to source code. https://github.com/kelukelugames/stanfurd Not working? Try these steps. 1. Type chrome://extensions/ into the browser address bar. 2. Find the stanfurd extension and make sure it is enabled. 3. Restart the browser. 4. Run a test by going to https://en.wikipedia.org/wiki/Stanford_University
Основная информация о расширении
Название | Stanfurd |
ID | ojcgdgiceeaoegeknmfihojmimdhohkh |
Официальный URL | https://chromewebstore.google.com/detail/stanfurd/ojcgdgiceeaoegeknmfihojmimdhohkh |
Описание | Replace Stanford with Stanfurd. |
Размер файла | 3.72 KB |
Количество установок | 76 |
Текущая Версия | 1.2 |
Последнее Обновление | 2015-09-07 |
Дата публикации | 2015-09-06 |
Рейтинг | 5.00/5 Всего 24 оценок |
Разработчик | kelukelugames |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stanfurd", "version": "1.2", "description": "Replace Stanford with Stanfurd.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "replaceText.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "*:\/\/www.stanford.edu\/*" ], "js": [ "replaceImage.js" ], "run_at": "document_end" } ] } |