Open Tabs

When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.

Open Tabs란 무엇입니까?

Open Tabs은(는) opentabs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Open Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easiest way to manage your open tabs in Chrome. When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.                    

확장 프로그램 기본 정보

이름 Open Tabs Open Tabs
ID anffifgedjhloingebbhadnfengmbapm
공식 URL https://chromewebstore.google.com/detail/open-tabs/anffifgedjhloingebbhadnfengmbapm
설명 When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.
파일 크기 71.36 KB
설치 횟수 109
현재 버전 0.1.4
최근 업데이트 2014-08-23
출시 날짜 2014-08-23
평점 4.29/5 총 7 개의 평점
개발자 opentabs
결제 유형 free
확장 프로그램 웹 사이트 https://twitter.com/myopentabs
도움말 페이지 URL https://twitter.com/myopentabs
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Tabs",
    "description": "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.",
    "version": "0.1.4",
    "incognito": "split",
    "icons": {
        "48": "opentabsfavicon48.ico",
        "128": "opentabsfavicon.ico"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "opentabs.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}