New Tab Rotate

Alternate between your multiple new tab extensions

New Tab Rotateคืออะไร?

New Tab Rotate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย newtabrotate และคุณลักษณะหลักของมันคือ "Alternate between your multiple new tab extensions"

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

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

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

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

                        Have more than one new tab extension that you like?
Why not both!? Why not 100!?
Automatically rotate between your installed new tab extensions every time you open a new tab. 
Or if you want to launch a specific one, just choose it from the New Tab Rotate popup.
Don't settle for just one, you deserve to use them all!                    

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

ชื่อ New Tab Rotate New Tab Rotate
ID ahgcbolioopacfcnofmbpfebmggfbhia
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/new-tab-rotate/ahgcbolioopacfcnofmbpfebmggfbhia
คำอธิบาย Alternate between your multiple new tab extensions
ขนาดไฟล์ 130 KB
จำนวนการติดตั้ง 281
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2021-02-14
วันที่เผยแพร่ 2019-12-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา newtabrotate
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Rotate",
    "version": "1.1.4",
    "manifest_version": 2,
    "description": "Alternate between your multiple new tab extensions",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "activeTab",
        "management",
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js"
            ]
        }
    ]
}