Social Styled Text
This extension allows you to add bold text to facebook posts
什么是Social Styled Text?
Social Styled Text是由https://yonatankra.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to add bold text to facebook posts”。
扩展截图
下载Social Styled Text扩展crx文件
下载Social Styled Text扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to add bold text to Facebook posts. Icon by Freepik - Flaticon: https://www.flaticon.com/free-icons/bold-text
扩展基本信息
名称 | Social Styled Text |
ID | djfiljkiflkjpdlefbdigfeaiomeeafo |
官方URL | https://chromewebstore.google.com/detail/social-styled-text/djfiljkiflkjpdlefbdigfeaiomeeafo |
简介 | This extension allows you to add bold text to facebook posts |
文件大小 | 13.08 MB |
安装次数 | 193 |
当前版本 | 0.1 |
更新时间 | 2022-08-31 |
上架时间 | 2022-08-31 |
开发者 | https://yonatankra.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://yonatankra.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Social Styled Text", "version": "0.1", "manifest_version": 3, "action": { "default_icon": "assets\/images\/coffee_mug.png", "default_popup": "ui\/popup.html" }, "icons": { "128": "assets\/images\/coffee_mug.png" }, "description": "This extension allows you to add bold text to facebook posts", "permissions": [ "scripting", "activeTab" ] } |