Be Bold Fonts

Be Bold Fonts

Vad är Be Bold Fonts?

Be Bold Fonts är en Chrome-tillägg utvecklad av https://beboldfont.com, och dess huvudfunktion är "Be Bold Fonts".

Tilläggsskärmbilder

screenshot

Ladda ner Be Bold Fonts-förlängningens CRX-fil

Ladda ner Be Bold Fonts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Be Bold Fonts Be Bold Fonts
ID gkpiokdchncbkleebnaikgkkkpbgakpn
Officiell webbadress https://chromewebstore.google.com/detail/be-bold-fonts/gkpiokdchncbkleebnaikgkkkpbgakpn
Beskrivning Be Bold Fonts
Filstorlek 7.15 MB
Antal Installationer 45
Aktuell Version 1.3.0
Senast Uppdaterad 2020-09-18
Publiceringsdatum 2020-09-18
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare https://beboldfont.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://www.beboldfonts.com
Hjälpsida URL https://www.automateconnection.com/support
URL till Sekretesspolicy Sidan https://www.automateconnection.com/privacy
Stödda Språk 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"
    ]
}