OneTab Plus:Tab Manage & Productivity

Save 95% of memory and reduce label clutter.

OneTab Plus:Tab Manage & Productivity란 무엇입니까?

OneTab Plus:Tab Manage & Productivity은(는) mifish에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save 95% of memory and reduce label clutter."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

OneTab Plus:Tab Manage & Productivity 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Free help you categorize and organize tabs,making it efficientand more convenient to use the Chrome browser                    

확장 프로그램 기본 정보

이름 OneTab Plus:Tab Manage & Productivity OneTab Plus:Tab Manage & Productivity
ID lepdjbhbkpfenckechpdfohdmkhogojf
공식 URL https://chromewebstore.google.com/detail/onetab-plustab-manage-pro/lepdjbhbkpfenckechpdfohdmkhogojf
설명 Save 95% of memory and reduce label clutter.
파일 크기 181 KB
설치 횟수 37,493
현재 버전 18.9.6.1646
최근 업데이트 2018-09-06
출시 날짜 2018-09-06
평점 4.39/5 총 244 개의 평점
개발자 mifish
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.yearnnewtab.com/public/privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,da,es,es-419,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_Tab_Master__",
    "description": "__MSG_extdesc__",
    "icons": {
        "128": "icon\/128.png"
    },
    "background": {
        "page": "background\/bg.html"
    },
    "browser_action": {
        "default_icon": "icon\/128.png",
        "default_title": "__MSG_Tab_Master__"
    },
    "options_ui": {
        "page": "option\/option.html",
        "open_in_tab": true
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "tabs",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self'  'unsafe-eval'; object-src 'self'",
    "offline_enabled": true,
    "version": "18.9.6.1646",
    "minimum_chrome_version": "30"
}