Keeping Tabs

A chrome extension aiming to simplify the surplus of tabs in one's browser

Keeping Tabs란 무엇입니까?

Keeping Tabs은(는) Ryan Slocum에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension aiming to simplify the surplus of tabs in one's browser"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension aims to simplify your mess of tabs by allowing you to quickly group and reopen tabs. Simply use the control key to highlight the tabs you'd like to save, title your tab group within the Keeping Tabs extension, and add it to your collection of tabs. These groups of tabs can be opened individually or all at once, making it much easier to organize projects within your browser.                    

확장 프로그램 기본 정보

이름 Keeping Tabs Keeping Tabs
ID komjibclehjoaofickenjehabjelkabm
공식 URL https://chromewebstore.google.com/detail/keeping-tabs/komjibclehjoaofickenjehabjelkabm
설명 A chrome extension aiming to simplify the surplus of tabs in one's browser
파일 크기 10.73 KB
설치 횟수 160
현재 버전 0.1.6
최근 업데이트 2020-09-29
출시 날짜 2020-05-09
개발자 Ryan Slocum
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keeping Tabs",
    "version": "0.1.6",
    "description": "A chrome extension aiming to simplify the surplus of tabs in one's browser",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "author": "Ryan Slocum",
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html",
        "default_title": "Keeping Tabs"
    },
    "offline_enabled": true
}