AnotherTab - New Tab page

Uses New Tab page to show bookmarks folder (Bookmarks Bar by default) for quick access to its items and allows to manage it

AnotherTab - New Tab pageคืออะไร?

AnotherTab - New Tab page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hydralien และคุณลักษณะหลักของมันคือ "Uses New Tab page to show bookmarks folder (Bookmarks Bar by default) for quick access to its items and allows to manage it"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension replaces Chrome's standard New Tab page with a very simple thing - a list of a content of a selected bookmarks folder (Bookmarks Bar by default), installed Chrome Extensions list and some useful Chrome shortcuts like settings, passwords, cookies, extensions and data cleanup.

It also has a limited functionality for bookmark and extensions management - edit name/URL and position (and delete it) for bookmarks, and extension removal for extensions.

In addition, extension also syncs with Google (if you have Chrome logged into your Google account) so you have settings synchronized across all computers you use Chrome at.

Use edit mode (pencil button or menu item) to rearrange (drag to new location) and edit bookmarks, and also to change displayed bookmarks directory (by clicking on its name at the top in edit mode).

The settings (gears icon) provides access to some internal settings you might want to use to change the page representation, and to some Chrome functionality shortcuts                    

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

ชื่อ AnotherTab - New Tab page AnotherTab - New Tab page
ID cpeojfdfhhgedcaiglbjdklaigennhpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anothertab-new-tab-page/cpeojfdfhhgedcaiglbjdklaigennhpl
คำอธิบาย Uses New Tab page to show bookmarks folder (Bookmarks Bar by default) for quick access to its items and allows to manage it
ขนาดไฟล์ 824 KB
จำนวนการติดตั้ง 381
เวอร์ชันปัจจุบัน 3.6
อัปเดตครั้งล่าสุด 2021-12-10
วันที่เผยแพร่ 2018-02-05
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา hydralien
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://hydralien.net/anothertab/
ภาษาที่รองรับ en,nl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AnotherTab - New Tab page",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_main_description__",
    "version": "3.6",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "storage": {
        "managed_schema": "init.json"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "storage",
        "management",
        "search",
        "https:\/\/www.google.com\/s2\/favicons",
        "chrome:\/\/favicon\/"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": []
    }
}