Tab Renamer for GmailTM

This extension re-names gmail tabs.

Tab Renamer for GmailTMคืออะไร?

Tab Renamer for GmailTM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ks111777 และคุณลักษณะหลักของมันคือ "This extension re-names gmail tabs."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Renamer for GmailTM

ดาวน์โหลดไฟล์ส่วนขยาย Tab Renamer for GmailTM ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to re-name the tabs in your Gmail inbox.  As long as this extension is up and running in Chrome, your inputted tab names will be as well.

To use Tab Renamer, follow these simple steps:
1. Load the extension into chrome, making sure its icon is visible at the top right
2. If already open, refresh Gmail. Otherwise, open Gmail in a tab.
3. With the Gmail tab open on your screen, click on the Tab Renamer icon at the top right of Chrome, and enter your input.
4. Click submit and you're done!

Now as long as the Tab Renamer extension is active in Chrome, your chosen tabs will exist! (If you click on the popup and nothing appears, give it a few seconds and try clicking on it again)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tab Renamer for GmailTM Tab Renamer for GmailTM
ID pomanledljafeolobikkjkcccbddgjap
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pomanledljafeolobikkjkcccbddgjap
คำอธิบาย This extension re-names gmail tabs.
ขนาดไฟล์ 140 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 4.0
อัปเดตครั้งล่าสุด 2013-08-30
วันที่เผยแพร่ 2013-08-30
คะแนน 2.38/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา ks111777
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Renamer for GmailTM",
    "description": "This extension re-names gmail tabs.",
    "version": "4.0",
    "permissions": [
        "https:\/\/mail.google.com\/mail\/u\/0\/#inbox",
        "pageCapture",
        "tabs",
        "activeTab",
        "storage",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon7.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon7.png",
        "16": "icon7.png",
        "48": "icon7.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "jquery-ui.min.js",
                "bootstrap.min.css",
                "bootstrap.min.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "parser.js"
    ]
}