Nightowls.Ninja

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

Nightowls.Ninja là gì?

Nightowls.Ninja là một tiện ích mở rộng Chrome được phát triển bởi https://www.nightowls.ninja, và tính năng chính của nó là "The official extension of Nightowls.ninja, save your bookmarks, share them on Nightowls.ninja".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nightowls.Ninja

Tải xuống các tệp mở rộng Nightowls.Ninja dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nightowls.Ninja Nightowls.Ninja
ID pgokepnoggjaemeiceflapldbhjbgalm
URL Chính Thức https://chrome.google.com/webstore/detail/nightowlsninja/pgokepnoggjaemeiceflapldbhjbgalm
Mô tả The official extension of Nightowls.ninja, save your bookmarks, share them on Nightowls.ninja
Kích Thước Tệp 1.12 MB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2019-07-05
Ngày Phát Hành 2019-07-02
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.nightowls.ninja
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.nightowls.ninja
URL Trang Trợ Giúp https://www.nightowls.ninja/support
URL Trang Chính Sách Bảo Mật http://www.nightowls.ninja/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}