Beautify Post
Web extension that allows to bold and italicize text on the LinkedIn website.
什麼是Beautify Post?
Beautify Post是由https://beautify-post.app開發的Chrome擴展程式,該擴展的主要功能是“Web extension that allows to bold and italicize text on the LinkedIn website.”。
擴展截圖
下載Beautify Post擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |