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 |
官方網址 | 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" ] } |