T411+

Extension T411 [non officielle]

T411+란 무엇입니까?

T411+은(는) Olivier B에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension T411 [non officielle]"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

T411+ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        T411+ est une extensions pour le site T411.
T411+ est une extensions pour le site T411. Il permet l'affichage du ratio dans la barre de tache, d'effectuer une recherche sur t411 en selectionnant le texte puis clic droit et ajoute un bouton "Télécharger" aux résultats. 
D'autres fonctionnalités sont à venir.
Dépot GitHub:
https://github.com/olivierbortolotti/t411-plus                    

확장 프로그램 기본 정보

이름 T411+ T411+
ID ngcmmnfdphkohilpliolpnnkppcppgfi
공식 URL https://chromewebstore.google.com/detail/t411+/ngcmmnfdphkohilpliolpnnkppcppgfi
설명 Extension T411 [non officielle]
파일 크기 25.85 KB
설치 횟수 18
현재 버전 1.1.1.6
최근 업데이트 2016-11-27
출시 날짜 2016-11-27
평점 4.00/5 총 4 개의 평점
개발자 Olivier B
결제 유형 free
확장 프로그램 웹 사이트 https://olivierbortolotti.github.io/t411-plus/
도움말 페이지 URL https://github.com/olivierbortolotti/t411-plus/issues
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "T411+",
    "description": "Extension T411 [non officielle]",
    "version": "1.1.1.6",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "commun.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.t411.li\/*"
            ],
            "js": [
                "scriptcontenu.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "https:\/\/api.t411.li\/",
        "alarms",
        "contextMenus"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}