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은(는) hydralien에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

AnotherTab - New Tab page 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": []
    }
}