PutAway Tab Management

Manage your tabs easily

PutAway Tab Management란 무엇입니까?

PutAway Tab Management은(는) mannprerak2에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your tabs easily"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

PutAway Tab Management 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        PutAway - A new way to manage your tabs and bookmarks from your New Tab screen. You can create collections, and drag and drop tabs to it to bookmark. 

PutAway saves all your Data as bookmarks in a separate folder - "Other Bookmarks > PutAway". So all your Data is accessible from anywhere via google chrome, and is automatically synced between all devices just like your bookmarks. 

Features -
- Drag and Drop Tabs to bookmark
- Create/Delete/Rename bookmark collections
- Save Session or Bookmark tab from extension button.
- Dark Theme, Color coded items.
- Share Bookmark Collection
- Archive collections
- Small and elegant Quick links bar.

This project is completely free and open sourced at Github - https://github.com/mannprerak2/putaway
Feel free to look at the source code, create issues and even submit PRs!                    

확장 프로그램 기본 정보

이름 PutAway Tab Management PutAway Tab Management
ID fkfhaaminmefilpjiapgokmlbjfokafa
공식 URL https://chromewebstore.google.com/detail/putaway-tab-management/fkfhaaminmefilpjiapgokmlbjfokafa
설명 Manage your tabs easily
파일 크기 231 KB
설치 횟수 23
현재 버전 0.6.1
최근 업데이트 2022-11-03
출시 날짜 2020-09-13
평점 5.00/5 총 3 개의 평점
개발자 mannprerak2
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/mannprerak2/putaway/
도움말 페이지 URL https://github.com/mannprerak2/putaway/issues/new
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PutAway Tab Management",
    "version": "0.6.1",
    "description": "Manage your tabs easily",
    "manifest_version": 3,
    "permissions": [
        "bookmarks",
        "tabs",
        "tabGroups",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    }
}