MentionIt
Create engaging quote snippets for social media in one click
What is MentionIt?
MentionIt is a Chrome extension developed by http://mentionit.app, and its main feature is "Create engaging quote snippets for social media in one click".
Extension Screenshots
Download MentionIt Extension CRX File
Download MentionIt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | MentionIt |
ID | jdcipenbbihhkklnggnkkhgnaegkabhd |
Official URL | https://chrome.google.com/webstore/detail/mentionit/jdcipenbbihhkklnggnkkhgnaegkabhd |
Description | Create engaging quote snippets for social media in one click |
File Size | 10.3 KB |
Installation Count | 96 |
Current Version | 1.0.1 |
Last Updated | 2020-03-07 |
Publish Date | 2020-03-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://mentionit.app |
Payment Type | free |
Extension Website | https://www.mentionit.app |
Supported Languages | 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" ] } |