Boldish
Makes the first half of word half bold
Что такое Boldish?
Boldish - это расширение Chrome, разработанное jlowell000, и его основная функция - "Makes the first half of word half bold".
Снимки экрана расширения
Скачать файл CRX расширения Boldish
Скачайте файлы расширений Boldish в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A basic thing that will try to make the first half of words bolded. It may break the css in some websites depending on how they implement things Основная информация о расширении
| Название | |
| ID | pkfneifpfeioklmcapdbhoiflffdpkia |
| Официальный URL | https://chromewebstore.google.com/detail/boldish/pkfneifpfeioklmcapdbhoiflffdpkia |
| Описание | Makes the first half of word half bold |
| Размер файла | 15.29 KB |
| Количество установок | 75 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2022-05-25 |
| Дата публикации | 2022-05-24 |
| Разработчик | jlowell000 |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/jlowell000/boldish |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Boldish",
"description": "Makes the first half of word half bold",
"version": "1.0",
"manifest_version": 3,
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/boldish16.png",
"32": "\/images\/boldish32.png",
"48": "\/images\/boldish48.png",
"128": "\/images\/boldish128.png"
}
},
"icons": {
"16": "\/images\/boldish16.png",
"32": "\/images\/boldish32.png",
"48": "\/images\/boldish48.png",
"128": "\/images\/boldish128.png"
}
} | |