Messenger pin message
Extension to pin important message in a messenger conversation
什麼是Messenger pin message?
Messenger pin message是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Extension to pin important message in a messenger conversation”。
擴展截圖
下載Messenger pin message擴展crx文件
下載Messenger pin message擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        📌 This extension is to pin message 💬 or link 🔗 in your messenger conversation ! 📌
It's very easy to use : 😄
1- Click on "..." options for a message 💬
2- Click on pin message 📌
3- Your message is pin, you can show it on you PIN MESSAGE part at the right of screen 👉
4- You can copy the message into your clip-board to share-it 📢
❗❗ Warning ❗❗
- Pinned messages are only visible to you 👀
- They are of course only accessible from your chrome session 💻                     擴展基本資訊
| 名稱 |   |  
| ID | lbcagdhadcjoghpobcmeijofddmpmfld | 
| 官方網址 | https://chromewebstore.google.com/detail/messenger-pin-message/lbcagdhadcjoghpobcmeijofddmpmfld | 
| 簡介 | Extension to pin important message in a messenger conversation | 
| 檔案大小 | 503 KB | 
| 安裝次數 | 596 | 
| 目前版本 | 0.0.3 | 
| 更新時間 | 2020-04-14 | 
| 上架時間 | 2020-04-14 | 
| 評分 | 1.83/5 共 6 次評分 | 
| 開發者 | Unknown | 
| 付費類型 | free | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Messenger pin message",
    "short_name": "Pinger",
    "description": "Extension to pin important message in a messenger conversation",
    "version": "0.0.3",
    "permissions": [
        "https:\/\/www.messenger.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "trash.svg",
        "copy.svg",
        "tick.svg"
    ],
    "content_scripts": [
        {
            "js": [
                ".\/node_modules\/jquery\/dist\/jquery.min.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "128.png"
    },
    "icons": {
        "128": "128.png"
    }
}  |  |