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文件

下载Nightowls.Ninja扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}