Bitmoji Font Generator 😎 Copy and Paste
create stylish text font styles with beautiful symbols and fancy characters for Bitmoji
什麼是Bitmoji Font Generator 😎 Copy and Paste?
Bitmoji Font Generator 😎 Copy and Paste是由agrdodad開發的Chrome擴展程式,該擴展的主要功能是“create stylish text font styles with beautiful symbols and fancy characters for Bitmoji”。
擴展截圖
下載Bitmoji Font Generator 😎 Copy and Paste擴展crx文件
下載Bitmoji Font Generator 😎 Copy and Paste擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
welcome to Fonts Generator, where you can generate your own fonts to use in your Bitmoji . If you want to make your Bitmoji stand out from the crowd, there is no better way than with a unique font. All you need to do is type your text in the input box above to generate Fonts. Doing this will generate many fonts for your Bitmoji profile, and you can keep clicking the "Load More" button for more Fonts.
擴展基本資訊
名稱 | Bitmoji Font Generator 😎 Copy and Paste |
ID | cilafgaclbfdpenifkcjnmmfnligddnb |
官方網址 | https://chromewebstore.google.com/detail/bitmoji-font-generator-%F0%9F%98%8E/cilafgaclbfdpenifkcjnmmfnligddnb |
簡介 | create stylish text font styles with beautiful symbols and fancy characters for Bitmoji |
檔案大小 | 80.69 KB |
安裝次數 | 1,518 |
目前版本 | 1.0.0 |
更新時間 | 2022-12-31 |
上架時間 | 2022-12-30 |
評分 | 5.00/5 共 2 次評分 |
開發者 | agrdodad |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitmoji Font Generator \ud83d\ude0e Copy and Paste", "version": "1.0.0", "manifest_version": 3, "description": "create stylish text font styles with beautiful symbols and fancy characters for Bitmoji", "background": { "service_worker": "background.js" }, "action": { "default_icon": "128.png", "default_popup": "index.html" }, "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" } } |