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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย laruche และคุณลักษณะหลักของมันคือ "T411 widget ! Suivez votre ratio directement depuis le navigateur + télécharger automatiquement depuis vos sites préférés :) "

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
}