Telegrama

Share links in Telegram Web

Telegramaคืออะไร?

Telegrama เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dobladov และคุณลักษณะหลักของมันคือ "Share links in Telegram Web"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Telegrama ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Share links in Telegram Web, when you press the button, the URL of your current tab will be shared in Telegram Web with the possibility of selecting a contact. You can also use the keyboard shortcut Ctrl+Shift+B.

This extension is completely Open Source and available on Github, https://github.com/dobladov/telegrama

This extension never reads your contacts or content on Telegram, instead it only creates URL's to create new "share intents"

You can also Buy me a Coffee https://www.buymeacoffee.com/dobladov                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Telegrama Telegrama
ID lienlbjnhlandehciggilekkfecmigil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/telegrama/lienlbjnhlandehciggilekkfecmigil
คำอธิบาย Share links in Telegram Web
ขนาดไฟล์ 8.21 KB
จำนวนการติดตั้ง 297
เวอร์ชันปัจจุบัน 0.2.3
อัปเดตครั้งล่าสุด 2018-09-10
วันที่เผยแพร่ 2018-09-10
คะแนน 4.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา dobladov
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dobladov/Telegrama
URL หน้าช่วยเหลือ https://github.com/dobladov/Telegrama/issues
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "0.2.3",
    "description": "__MSG_extensionDescription__",
    "author": "Daniel Doblado",
    "homepage_url": "https:\/\/github.com\/dobladov\/Telegrama",
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "48": "icons\/icon48.png"
        },
        "default_title": "__MSG_extensionAction__"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "48": "icons\/icon48.png"
    },
    "background": {
        "scripts": [
            "telegrama.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "default_locale": "en",
    "commands": {
        "share": {
            "suggested_key": {
                "default": "Ctrl+Shift+B"
            },
            "description": "__MSG_extensionAction__"
        }
    }
}