Nightowls.Ninja

The official extension of Nightowls.ninja, save your bookmarks, share them on Nightowls.ninja

Nightowls.Ninja란 무엇입니까?

Nightowls.Ninja은(는) https://www.nightowls.ninja에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The official extension of Nightowls.ninja, save your bookmarks, share them on Nightowls.ninja"입니다.

확장 프로그램 스크린샷

screenshot

Nightowls.Ninja 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A Must-Have Tool for developers for Tech Content Curation.

Imagine a blend of tools like Twitter/Pocket/Feedly with only tech content that matters.

This browser extension allows you to add bookmarks into your Nightowls.Ninja account.                    

확장 프로그램 기본 정보

이름 Nightowls.Ninja Nightowls.Ninja
ID pgokepnoggjaemeiceflapldbhjbgalm
공식 URL https://chrome.google.com/webstore/detail/nightowlsninja/pgokepnoggjaemeiceflapldbhjbgalm
설명 The official extension of Nightowls.ninja, save your bookmarks, share them on Nightowls.ninja
파일 크기 1.12 MB
설치 횟수 22
현재 버전 0.0.6
최근 업데이트 2019-07-05
출시 날짜 2019-07-02
평점 5.00/5 총 3 개의 평점
개발자 https://www.nightowls.ninja
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.nightowls.ninja
도움말 페이지 URL https://www.nightowls.ninja/support
개인정보 보호 정책 페이지 URL http://www.nightowls.ninja/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nightowls.Ninja",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "The official extension of Nightowls.ninja, save your bookmarks, share them on Nightowls.ninja",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nightowls.ninja\/browserext\/install\/confirm",
                "https:\/\/dev.nightowls.ninja\/browserext\/install\/confirm"
            ],
            "js": [
                "scripts\/taketoken.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Nightowls.Ninja Extension",
        "default_popup": "popup.html"
    }
}