10 tabs, no more

Randomly closes tabs once you exceed 10 opened tabs.

10 tabs, no more란 무엇입니까?

10 tabs, no more은(는) Thibaud Courtoison에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Randomly closes tabs once you exceed 10 opened tabs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

10 tabs, no more 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extensions allows you to keep you windows clean by randomly closing tabs if you exceed 10 opened tabs.                    

확장 프로그램 기본 정보

이름 10 tabs, no more 10 tabs, no more
ID dmfaiinkmobkepebifmaenddbbomhnkm
공식 URL https://chromewebstore.google.com/detail/10-tabs-no-more/dmfaiinkmobkepebifmaenddbbomhnkm
설명 Randomly closes tabs once you exceed 10 opened tabs.
파일 크기 69.27 KB
설치 횟수 397
현재 버전 1.0
최근 업데이트 2020-07-16
출시 날짜 2020-07-15
평점 5.00/5 총 1 개의 평점
개발자 Thibaud Courtoison
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ten-tabs-no-more.web.app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "10 tabs, no more",
    "version": "1.0",
    "description": "Randomly closes tabs once you exceed 10 opened tabs.",
    "homepage_url": "https:\/\/ten-tabs-no-more.web.app",
    "author": "Thibaud Courtoison",
    "icons": {
        "48": "img\/binoculars48.png",
        "96": "img\/binoculars96.png",
        "128": "img\/binoculars128.png"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "configuration.js",
            "countdown.js",
            "notifications.js",
            "state.js",
            "main.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_title": "10 tabs, no more",
        "default_popup": "popup.html"
    }
}