MentionIt
Create engaging quote snippets for social media in one click
Apa itu MentionIt?
MentionIt adalah ekstensi Chrome yang dikembangkan oleh http://mentionit.app, dan fitur utamanya adalah "Create engaging quote snippets for social media in one click".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MentionIt
Unduh file ekstensi MentionIt dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | MentionIt |
ID | jdcipenbbihhkklnggnkkhgnaegkabhd |
URL Resmi | https://chrome.google.com/webstore/detail/mentionit/jdcipenbbihhkklnggnkkhgnaegkabhd |
Deskripsi | Create engaging quote snippets for social media in one click |
Ukuran File | 10.3 KB |
Jumlah Instalasi | 96 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2020-03-07 |
Tanggal Publikasi | 2020-03-07 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://mentionit.app |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.mentionit.app |
Bahasa yang Didukung | 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" ] } |