Bookmark Ninja - Bookmark All Tabs

Bookmarks all tabs in the browser with once click

Bookmark Ninja - Bookmark All Tabs란 무엇입니까?

Bookmark Ninja - Bookmark All Tabs은(는) https://bookmarkninja.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmarks all tabs in the browser with once click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Bookmark Ninja - Bookmark All Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bookmark Ninja - online bookmark manager

- Access your bookmarks on any device (desktop, notebook, mobile) in any browser
- All bookmarks are private by default, sharing is available optionally
- Import your current bookmarks from your browser or any other bookmark manager
- Quick access support for frequently used bookmarks
- Support for handling and organizing large number of bookmarks with advanced tag management
- Clean and simple UI with optional Dark Mode for a user friendly experience                    

확장 프로그램 기본 정보

이름 Bookmark Ninja - Bookmark All Tabs Bookmark Ninja - Bookmark All Tabs
ID gdcmijmdlfjoaonkfahljagjhlgjjcjk
공식 URL https://chromewebstore.google.com/detail/bookmark-ninja-bookmark-a/gdcmijmdlfjoaonkfahljagjhlgjjcjk
설명 Bookmarks all tabs in the browser with once click
파일 크기 32.03 KB
설치 횟수 1,019
현재 버전 2.0.0.1
최근 업데이트 2021-07-03
출시 날짜 2020-04-13
평점 4.00/5 총 3 개의 평점
개발자 https://bookmarkninja.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.bookmarkninja.com/
개인정보 보호 정책 페이지 URL https://www.bookmarkninja.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark Ninja - Bookmark All Tabs",
    "description": "Bookmarks all tabs in the browser with once click",
    "version": "2.0.0.1",
    "permissions": [
        "tabs",
        "cookies",
        "*:\/\/*.bookmarkninja.com\/"
    ],
    "background": {
        "scripts": [
            "bookmark-all-tabs.js"
        ]
    },
    "icons": {
        "16": "ninja2plus16.png",
        "48": "ninja2plus48.png",
        "128": "ninja2plus128.png"
    },
    "browser_action": {
        "default_title": "Bookmark All Tabs",
        "default_icon": {
            "16": "ninja2plus16.png",
            "32": "ninja2plus32.png",
            "48": "ninja2plus48.png",
            "128": "ninja2plus128.png"
        }
    },
    "manifest_version": 2
}