Infinite Tab

Enhance your New Tab Page with ultimate customizability and Infinite Power. [ITP]

Infinite Tabคืออะไร?

Infinite Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Two Stoned Studio และคุณลักษณะหลักของมันคือ "Enhance your New Tab Page with ultimate customizability and Infinite Power. [ITP]"

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

screenshot
screenshot

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

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

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

                        Infinite Tab replaces the default Chrome new tab page with one that can be personalized with your own apps, shortcuts, and widgets.

Install and start customizing now!

Features
★ Dynamic widgets that show information at a glance
★ Rearrange, add and remove tiles to fit your needs
★ Create custom shortcuts and bookmarks
★ Search websites directly from shortcuts
★ Resize apps, shortcuts, and some widgets

FAQ
Q: How can I add my own links and images?
A: Unlock the grid, then click on an empty tile. This will open the tile editor to allow you to start customizing.

Q: Can I remove the stock widgets from the home screen?
A: Of course! Unlock the grid using the padlock icon, then press the "X" icon over any tile you wish to delete. Be sure to click the red padlock to lock the page again so you can click your tiles.

Q: Can I uninstall apps with this extension?
A: Yep! Ensure your dashboard is locked (the padlock should be white/grey), open the Apps window, then click Uninstall. A confirmation will appear.

Q: Can I uninstall stock apps and widgets?
A: No, they're bundled in this extension and can not be removed or hidden currently. You can remove them from your home screen, of course. They're also listed last in the apps and widgets windows.

Q: Can I change the background color?
A: Yes, click the cog wheel to open the settings window. Click the Background Color button to open a color picker that will allow you to select any color you desire.

Q: How do I remove this extension and go back to the default Google Chrome new tab page?
A: Search Google for "how to uninstall a chrome extension" (quick hint: it's accessible from Chrome settings)                    

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

ชื่อ Infinite Tab Infinite Tab
ID inbecanmeplpgfankdlccamoamploold
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/infinite-tab/inbecanmeplpgfankdlccamoamploold
คำอธิบาย Enhance your New Tab Page with ultimate customizability and Infinite Power. [ITP]
ขนาดไฟล์ 3.26 MB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 2020.0.1
อัปเดตครั้งล่าสุด 2020-10-01
วันที่เผยแพร่ 2020-10-01
ผู้พัฒนา Two Stoned Studio
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://twostonedbirds.com/pp.html
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "\/extension\/javascript\/jquery.js",
            "\/extension\/javascript\/libs\/base64.js",
            "\/extension\/javascript\/storage.js",
            "\/extension\/javascript\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "ntp.html"
    },
    "content_scripts": [],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/platform.twitter.com https:\/\/chrome.google.com https:\/\/d3nslu0hdya83q.cloudfront.net; object-src 'self'",
    "default_locale": "en",
    "description": "Enhance your New Tab Page with ultimate customizability and Infinite Power. [ITP]",
    "differential_fingerprint": "1.c064cfd777b8a93a3f10021b1dca740b71ed1ae4a2cd4ea5bcb2f0bbf48e2fa4",
    "icons": {
        "128": "\/extension\/images\/icon128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "name": "Infinite Tab",
    "options_page": "options.html",
    "permissions": [
        "management",
        "tabs",
        "storage",
        "unlimitedStorage",
        "chrome:\/\/favicon\/",
        ""
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2020.0.1",
    "web_accessible_resources": [
        "ntp.html",
        "options.html",
        "\/extension\/widgets\/tutorial\/widget.tutorial.html"
    ]
}