New Tab Manager

New Chrome extensions manager

New Tab Managerคืออะไร?

New Tab Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://oscapps.com และคุณลักษณะหลักของมันคือ "New Chrome extensions manager"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab Manager

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

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

                        This extension allows you to manage and test extensions that change the new tab in Chrome.

You can install and uninstall extensions from the options page and enable or disable the installed.
The new tab by default will be one that you have shown active in green.
The installed extensions are shown first.
You can test the installed extensions without change the default extension. The extension will remain active until you finish using the new tab created.
Clicking in an installed extension you will assign this extension to the button . This way you can use two new page extensions at once: the defaul new Tab (one of the active installed) and the selected by you showed in blue. If there is not anyone assigned you will open the original Chrome extension.                    

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

ชื่อ New Tab Manager New Tab Manager
ID cgaoglehhddipnfdhdjmpcopgpejpofg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-tab-manager/cgaoglehhddipnfdhdjmpcopgpejpofg
คำอธิบาย New Chrome extensions manager
ขนาดไฟล์ 121 KB
จำนวนการติดตั้ง 3,787
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2018-01-16
วันที่เผยแพร่ 2018-01-16
คะแนน 3.33/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://oscapps.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.noteboardapp.com/policy
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Manager",
    "version": "1.2",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/fonts.googleapis.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "icons": {
        "128": "img\/icon.png"
    },
    "default_locale": "en",
    "offline_enabled": true,
    "description": "__MSG_extDesc__",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "extData.js",
            "newTabExt.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "New Tab Manager",
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "permissions": [
        "management",
        "tabs"
    ]
}