Twitter Plus Deepl

Twitter + Deepl = No Language Gap

什麼是Twitter Plus Deepl?

Twitter Plus Deepl是由http://deepext.com開發的Chrome擴展程式,該擴展的主要功能是“Twitter + Deepl = No Language Gap”。

擴展截圖

screenshot

下載Twitter Plus Deepl擴展crx文件

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

擴展使用說明

                        One click to translate all your tweet into your language, use DeepL.com and Google translator. ✊

Features 👉
 1. Click the browser icon, the high scored tweets will be translated by DeepL and append in your tweet. 🚀     
 2. CLICK to show the translated tweet provided by Google Translator. 🏝

Last Updates:
0.3.1 one-click to comment by translated content.
0.3.2 context menu to translate ✊
 
Let's make twitter into single language app, and have fun!                    

擴展基本資訊

名稱 Twitter Plus Deepl Twitter Plus Deepl
ID iopfpnglacobbnilbfgebjikkhjlcpkm
官方網址 https://chrome.google.com/webstore/detail/twitter-plus-deepl/iopfpnglacobbnilbfgebjikkhjlcpkm
簡介 Twitter + Deepl = No Language Gap
檔案大小 758 KB
安裝次數 640
目前版本 0.3.2
更新時間 2021-08-15
上架時間 2021-06-30
評分 3.60/5 共 5 次評分
開發者 http://deepext.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://deepext.com/twitter-plus-deepl
說明頁面URL https://deepext.com/twitter-plus-deepl
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Plus Deepl",
    "version": "0.3.2",
    "description": "Twitter + Deepl = No Language Gap",
    "browser_action": {
        "default_title": "Twitter + Deepl = Single Language"
    },
    "content_scripts": [
        {
            "js": [
                "content\/static\/js\/main.js"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.deepext.com\/*"
            ]
        }
    ],
    "options_ui": {
        "chrome_style": false,
        "page": "popup\/index.html"
    },
    "icons": {
        "16": "popup\/tpd-16.png",
        "48": "popup\/tpd-48.png",
        "128": "popup\/tpd-128.png"
    },
    "background": {
        "page": "bg.html",
        "persistent": false
    },
    "web_accessible_resources": [
        "assets\/*",
        "popup\/index.html"
    ],
    "permissions": [
        "storage",
        "cookies",
        "contextMenus",
        "https:\/\/deepext.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/*.googleapis.com 'unsafe-eval'; object-src 'self'; connect-src https:\/\/deepext.com\/ http:\/\/*.googleapis.com\/ https:\/\/ssl.google-analytics.com\/; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data: https:;"
}