Closetab.email

Close your tabs with confidence. This extension will periodically remind you about your pending reading-list.

Closetab.email란 무엇입니까?

Closetab.email은(는) https://closetab.email에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Close your tabs with confidence. This extension will periodically remind you about your pending reading-list."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Closetab.email 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension helps you close those extra tabs that you hesitate to close until you've read that page completely. Simply click on the extension and set a timeout within which you'd like to read the page and close the tab. This extension will remember it for you and send weekly reminders to get back to that page. 

You can also optionally assign tags and turn on/off reminders per tag. No separate account needed. Just login with your existing google account and start using. It's that simple.                    

확장 프로그램 기본 정보

이름 Closetab.email Closetab.email
ID lkgcnpldaonnbdnkiimgdjkecopjnbeb
공식 URL https://chromewebstore.google.com/detail/closetabemail/lkgcnpldaonnbdnkiimgdjkecopjnbeb
설명 Close your tabs with confidence. This extension will periodically remind you about your pending reading-list.
파일 크기 192 KB
설치 횟수 131
현재 버전 1.1.0
최근 업데이트 2021-05-28
출시 날짜 2021-04-21
평점 5.00/5 총 2 개의 평점
개발자 https://closetab.email
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://closetab.email
도움말 페이지 URL https://closetab.email/faq
개인정보 보호 정책 페이지 URL https://closetab.email/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Closetab.email",
    "description": "Close your tabs with confidence. This extension will periodically remind you about your pending reading-list.",
    "version": "1.1.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "img\/closetab-logo_16x16.png",
        "48": "img\/closetab-logo_48x48.png",
        "128": "img\/closetab-logo.png"
    },
    "browser_action": {
        "default_icon": "img\/closetab-logo.png",
        "default_title": "CloseTab",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "login.html"
    ],
    "domainUrl": "https:\/\/closetab.email"
}