Be Bold Fonts

Be Bold Fonts

Was ist Be Bold Fonts?

Be Bold Fonts ist eine Chrome-Erweiterung, die von https://beboldfont.com entwickelt wurde, und ihr Hauptmerkmal ist "Be Bold Fonts".

Erweiterungsscreenshots

screenshot

Be Bold Fonts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Be Bold Fonts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension allows you to easily translate normal font into bold, and specialty fonts to be posted on social media to stand out. Specifically for facebook, or instagram. 

This extension saves time but providing you a simple solution to paste normal text and then easily scroll to see different variations of the original text.

You can also quickly copy emojis in just 2 clicks.                    

Grundlegende Informationen zur Erweiterung

Name Be Bold Fonts Be Bold Fonts
ID gkpiokdchncbkleebnaikgkkkpbgakpn
Offizielle URL https://chromewebstore.google.com/detail/be-bold-fonts/gkpiokdchncbkleebnaikgkkkpbgakpn
Beschreibung Be Bold Fonts
Dateigröße 7.15 MB
Installationsanzahl 45
Aktuelle Version 1.3.0
Letztes Update 2020-09-18
Veröffentlichungsdatum 2020-09-18
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler https://beboldfont.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.beboldfonts.com
Hilfeseite URL https://www.automateconnection.com/support
URL der Datenschutzrichtlinien-Seite https://www.automateconnection.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "pages\/background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "pages\/popup.html",
        "default_title": "Be Bold Fonts"
    },
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Be Bold Fonts",
    "description": "Be Bold Fonts",
    "version": "1.3.0",
    "permissions": [
        "",
        "clipboardRead",
        "clipboardWrite"
    ]
}