Beautify Post
Web extension that allows to bold and italicize text on the LinkedIn website.
Beautify Postคืออะไร?
Beautify Post เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://beautify-post.app และคุณลักษณะหลักของมันคือ "Web extension that allows to bold and italicize text on the LinkedIn website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Beautify Post
ดาวน์โหลดไฟล์ส่วนขยาย Beautify Post ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Want to format the text in your LinkedIn posts? This extension allow you to bold and italicize text on the LinkedIn website. LinkedIn does not natively allow formatting, but that doesn't mean it's impossible. Features : - Bold - Italic - Capitalize - Clear Selecting a text inside the creation post modal will show a tooltip to bold and italic your current text. This extension is very useful if you are a creator on LinkedIn. If you are a developer, you can contribute to the development of this extension : https://github.com/viclafouch/beautify-post
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Beautify Post |
ID | ogngclmkdkdmdekchmghneecloclcffg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/beautify-post/ogngclmkdkdmdekchmghneecloclcffg |
คำอธิบาย | Web extension that allows to bold and italicize text on the LinkedIn website. |
ขนาดไฟล์ | 99.89 KB |
จำนวนการติดตั้ง | 24,660 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2022-12-26 |
วันที่เผยแพร่ | 2022-03-28 |
คะแนน | 3.29/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | https://beautify-post.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.beautify-post.app |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Web extension that allows to bold and italicize text on the LinkedIn website.", "version": "1.2.0", "name": "Beautify Post", "manifest_version": 3, "author": "Victor de la Fouchardiere", "options_page": "options\/popup.html", "icons": { "16": "16x16.png", "32": "32x32.png", "48": "48x48.png", "128": "128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "main.bundle.js" ] } ] } |