Change Page Title

Change page title by domain name or exact page url

Change Page Titleคืออะไร?

Change Page Title เป็นส่วนขยายของ Chrome ที่พัฒนาโดย workswithweb และคุณลักษณะหลักของมันคือ "Change page title by domain name or exact page url"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Change Page Title

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

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

                        Change web page title by unique page URL or domain.

What problem is this extension solving for me?
When you share screen over video calls or chat applications content on chrome tab, your audience can still see and read site names or titles on other chrome tabs you have opened. 

You may have stock trading site, your favorite YouTube song running in the background on your other chrome tabs however when you are sharing screen, you do NOT want your audience to read site name or title you have opened in other tabs. You can use this extension to hide or change page name/title every time you visit site or unique URL.

You can remove or set your own page title for given site or unique web page URL. Whenever you visit this site or web page, the new title you set will be visible instead of showing site original title.

Features:
1. Set title per domain. All pages you visit inside this domain will show your custom title
2. Set multiple titles per URL in same domain. 
3. Set empty page title
4. Your titles for all sites will be synchronized across all your chrome browsers on multiple devices
5. Delete and restore to original page names/titles when not required.
6. See all your custom title list from option page.                    

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

ชื่อ Change Page Title Change Page Title
ID ebbfpplpmnoblfmdkbicmakmbbjijdpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/change-page-title/ebbfpplpmnoblfmdkbicmakmbbjijdpg
คำอธิบาย Change page title by domain name or exact page url
ขนาดไฟล์ 63.37 KB
จำนวนการติดตั้ง 281
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-12-26
วันที่เผยแพร่ 2021-12-26
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา workswithweb
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change Page Title",
    "description": "Change page title by domain name or exact page url",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "options_page": "options.html",
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}