MentionIt
Create engaging quote snippets for social media in one click
MentionItとは何ですか?
MentionItはhttp://mentionit.appによって開発されたChromeの拡張機能で、その主な機能は「Create engaging quote snippets for social media in one click」です。
拡張機能のスクリーンショット
MentionIt拡張機能のCRXファイルをダウンロード
MentionIt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Beautiful quote snippets for social media Boost engagement by sharing easy to read text images on social media. No complex image editing. Select text on any website, click on our extension and share in one click!
拡張機能の基本情報
名前 | MentionIt |
ID | jdcipenbbihhkklnggnkkhgnaegkabhd |
公式URL | https://chrome.google.com/webstore/detail/mentionit/jdcipenbbihhkklnggnkkhgnaegkabhd |
説明 | Create engaging quote snippets for social media in one click |
ファイルサイズ | 10.3 KB |
インストール数 | 96 |
現在のバージョン | 1.0.1 |
最終更新日 | 2020-03-07 |
公開日 | 2020-03-07 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://mentionit.app |
支払い方法 | free |
拡張機能のウェブサイト | https://www.mentionit.app |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MentionIt", "version": "1.0.1", "manifest_version": 2, "description": "Create engaging quote snippets for social media in one click", "homepage_url": "https:\/\/www.mentionit.app\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus" ] } |