Telemark

Bookmark your tabs in Telegram!

Telemarkคืออะไร?

Telemark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mahdyar.me และคุณลักษณะหลักของมันคือ "Bookmark your tabs in Telegram!"

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

screenshot
screenshot
screenshot

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

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

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

                        Telemark lets you bookmark your tabs in Telegram! A dream that came true! If you save the links that you are interested in, in saved messages on Telegram, and copy/paste them, this extension will come handy to you. because it'll do the same, just with a single click!                    

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

ชื่อ Telemark Telemark
ID pfpelimafhpcfmngnaafnndojnankolc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/telemark/pfpelimafhpcfmngnaafnndojnankolc
คำอธิบาย Bookmark your tabs in Telegram!
ขนาดไฟล์ 168 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2021-08-11
วันที่เผยแพร่ 2021-03-04
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา mahdyar.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mahdyar/telemark
URL หน้าช่วยเหลือ https://github.com/mahdyar/telemark/issues
URL หน้านโยบายความเป็นส่วนตัว https://blog.mahdyar.me/extensions-privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Telemark",
    "version": "1.6",
    "description": "Bookmark your tabs in Telegram!",
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "images\/telemark_16.png",
            "32": "images\/telemark_32.png",
            "48": "images\/telemark_48.png",
            "128": "images\/telemark_128.png"
        }
    },
    "commands": {
        "send-to-telegram": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Send to Telegram."
        }
    },
    "icons": {
        "16": "images\/telemark_16.png",
        "32": "images\/telemark_32.png",
        "48": "images\/telemark_48.png",
        "128": "images\/telemark_128.png"
    },
    "background": {
        "scripts": [
            "script\/jquery.js",
            "script\/functions.js",
            "script\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "clipboardRead",
        "https:\/\/api.tgmark.ir\/*"
    ],
    "manifest_version": 2
}