Boldish
Makes the first half of word half bold
Co to jest Boldish?
Boldish to rozszerzenie Chrome opracowane przez jlowell000, a jego główną funkcją jest „Makes the first half of word half bold”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Boldish
Pobierz pliki rozszerzeń Boldish w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pkfneifpfeioklmcapdbhoiflffdpkia |
| Oficjalny URL | https://chromewebstore.google.com/detail/boldish/pkfneifpfeioklmcapdbhoiflffdpkia |
| Opis | Makes the first half of word half bold |
| Rozmiar pliku | 15.29 KB |
| Liczba instalacji | 75 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2022-05-25 |
| Data Publikacji | 2022-05-24 |
| Deweloper | jlowell000 |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/jlowell000/boldish |
| Obsługiwane Języki | 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"
}
} | |