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”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 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"
    ]
}