Texts.com

Connect messaging sites with Texts app

什麼是Texts.com?

Texts.com是由https://texts.com開發的Chrome擴展程式,該擴展的主要功能是“Connect messaging sites with Texts app”。

擴展截圖

screenshot
screenshot

下載Texts.com擴展crx文件

下載Texts.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Texts browser extension adds shortcuts to open chats in Texts app on supported services.                    

擴展基本資訊

名稱 Texts.com Texts.com
ID gkhaokjljijoicfeblfolngmjieklihc
官方網址 https://chromewebstore.google.com/detail/textscom/gkhaokjljijoicfeblfolngmjieklihc
簡介 Connect messaging sites with Texts app
檔案大小 324 KB
安裝次數 2,795
目前版本 0.10.7
更新時間 2024-01-04
上架時間 2024-01-04
評分 5.00/5 共 10 次評分
開發者 https://texts.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://texts.com/
隱私政策頁面URL https://texts.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Texts.com",
    "version": "0.10.7",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "Connect messaging sites with Texts app",
    "homepage_url": "https:\/\/texts.com",
    "short_name": "Texts.com",
    "permissions": [
        "storage",
        "webRequest",
        "scripting",
        "cookies",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.t.me\/*",
        "*:\/\/*.telegram.me\/*",
        "*:\/\/*.whatsapp.com\/*",
        "*:\/\/*.discord.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.messenger.com\/*",
        "*:\/\/*.slack.com\/*",
        "*:\/\/*.texts.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.x.com\/*",
        "*:\/\/*.signal.me\/*",
        "*:\/\/*.openai.com\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*.google.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "author": "Texts.com",
    "minimum_chrome_version": "88",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "Open in Texts",
        "default_popup": "popup.html",
        "chrome_style": false
    },
    "background": {
        "service_worker": ".\/background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "domInjector.bundle.js",
                "assets\/scripts\/*.js"
            ],
            "matches": [
                "https:\/\/t.me\/*",
                "https:\/\/telegram.me\/*",
                "https:\/\/*.signal.me\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.x.com\/*",
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.slack.com\/*",
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "whatsapp",
                "enabled": true,
                "path": ".\/assets\/rules\/whatsapp.json"
            }
        ]
    }
}