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 |
公式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 |
Eメール | [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" ] } ] } |