MentionIt

Create engaging quote snippets for social media in one click

MentionItคืออะไร?

MentionIt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mentionit.app และคุณลักษณะหลักของมันคือ "Create engaging quote snippets for social media in one click"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MentionIt

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}