T411 and Me

T411 widget ! Suivez votre ratio directement depuis le navigateur + télécharger automatiquement depuis vos sites préférés :)

什么是T411 and Me?

T411 and Me是由laruche开发的Chrome扩展程序,该扩展的主要功能是“T411 widget ! Suivez votre ratio directement depuis le navigateur + télécharger automatiquement depuis vos sites préférés :) ”。

下载T411 and Me扩展crx文件

下载T411 and Me扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 T411 and Me T411 and Me
ID lhaemanogjfpefbmlciemlincihfmhnf
官方URL https://chrome.google.com/webstore/detail/t411-and-me/lhaemanogjfpefbmlciemlincihfmhnf
简介 T411 widget ! Suivez votre ratio directement depuis le navigateur + télécharger automatiquement depuis vos sites préférés :)
文件大小 149 KB
安装次数 16
当前版本 0.2.3
更新时间 2014-02-02
上架时间 2014-02-02
评分 3.60/5 共5次评分
开发者 laruche
付费类型 free
支持的语言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "T411 and Me",
    "description": "T411 widget ! Suivez votre ratio directement depuis le navigateur + t\u00e9l\u00e9charger automatiquement depuis vos sites pr\u00e9f\u00e9r\u00e9s :) ",
    "version": "0.2.3",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "downloads"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_title": "Set this page's color.",
        "default_icon": "icon.png",
        "default_popup": "html\/popupLogin.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/messages.js"
            ]
        }
    ],
    "manifest_version": 2
}