MentionIt

Create engaging quote snippets for social media in one click

Was ist MentionIt?

MentionIt ist eine Chrome-Erweiterung, die von http://mentionit.app entwickelt wurde, und ihr Hauptmerkmal ist "Create engaging quote snippets for social media in one click".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

MentionIt-Erweiterungs-CRX-Datei herunterladen

Laden Sie MentionIt-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name MentionIt MentionIt
ID jdcipenbbihhkklnggnkkhgnaegkabhd
Offizielle URL https://chrome.google.com/webstore/detail/mentionit/jdcipenbbihhkklnggnkkhgnaegkabhd
Beschreibung Create engaging quote snippets for social media in one click
Dateigröße 10.3 KB
Installationsanzahl 96
Aktuelle Version 1.0.1
Letztes Update 2020-03-07
Veröffentlichungsdatum 2020-03-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://mentionit.app
Zahlungsart free
Erweiterungswebsite https://www.mentionit.app
Unterstützte Sprachen 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"
    ]
}