Classify Newtab

New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.

Classify Newtab란 무엇입니까?

Classify Newtab은(는) cassifyext에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New tab extension which allow to Organize Unlimited shortcut links into unlimited folders."입니다.

확장 프로그램 스크린샷

screenshot

Classify Newtab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This  extension allows you to separate your favorites into folders, bookmarks and shortcuts in an organized manner that gives you full control of your desktop, your new tab and your start page.

By clicking "Add to chrome", I accept and agree to installing Classify extension and setting Chrome™ New Tab search to Bing provided by the service and the Terms of Use at 
Privacy Policy: https://classifyext.com/privacy.html
EULA: https://classifyext.com/eula.html

Classify search will be powered by Microsoft Bing.                    

확장 프로그램 기본 정보

이름 Classify Newtab Classify Newtab
ID ecikbegfidghkbmbplhbddonlpelgjbo
공식 URL https://chrome.google.com/webstore/detail/classify-newtab/ecikbegfidghkbmbplhbddonlpelgjbo
설명 New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.
파일 크기 246 KB
설치 횟수 2,000
현재 버전 1.1.7
최근 업데이트 2022-07-16
출시 날짜 2022-06-26
개발자 cassifyext
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.classifyext.com
도움말 페이지 URL https://classifyext.com/contact.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Classify Newtab",
    "description": "New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.",
    "version": "1.1.7",
    "manifest_version": 3,
    "icons": {
        "16": "\/img\/index.png",
        "32": "\/img\/index.png",
        "48": "\/img\/index.png",
        "128": "\/img\/index.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "background": {
        "service_worker": "service_worker.js"
    }
}