ntile Web Clipper

Save interesting articles from the Internet in any of the available spaces with little effort.

什么是ntile Web Clipper?

ntile Web Clipper是由https://ntile.app开发的Chrome扩展程序,该扩展的主要功能是“Save interesting articles from the Internet in any of the available spaces with little effort.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载ntile Web Clipper扩展crx文件

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

扩展使用说明

                        Select data of the whole page or its part and specify where to save it. After importing the information you will be able to apply all the nTile magic to it.
 
nTile is a document-oriented data storage and structuring service. Connect, reuse, analyze information using simple tools. Start a new era of document-related work along with nTile!                    

扩展基本信息

名称 ntile Web Clipper ntile Web Clipper
ID fciceaiaghoodnkcnbohjlboebbnomjc
官方URL https://chrome.google.com/webstore/detail/ntile-web-clipper/fciceaiaghoodnkcnbohjlboebbnomjc
简介 Save interesting articles from the Internet in any of the available spaces with little effort.
文件大小 91.59 KB
安装次数 23
当前版本 1.0.8
更新时间 2019-07-21
上架时间 2019-07-18
评分 5.00/5 共4次评分
开发者 https://ntile.app
付费类型 free
扩展官网 https://start.ntile.app/welcome
帮助页面URL https://community.ntile.app/category/2/%D1%87%D0%B0%D1%81%D1%82%D0%BE-%D0%B7%D0%B0%D0%B4%D0%B0%D0%B2%D0%B0%D0%B5%D0%BC%D1%8B%D0%B5-%D0%B2%D0%BE%D0%BF%D1%80%D0%BE%D1%81%D1%8B
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "__MSG_DESCRIPTION__",
    "default_locale": "en",
    "name": "ntile Web Clipper",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs",
        "https:\/\/ntile.app\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net\/npm\/vue ; object-src 'self' ",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "content_script.css"
            ],
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "version": "1.0.8",
    "browser_action": {
        "default_icon": {
            "19": "icons\/main\/16.png",
            "38": "icons\/main\/48.png"
        },
        "default_title": "ntile Web Clipper"
    },
    "web_accessible_resources": [
        "Embedded_Hello_world.html"
    ],
    "icons": {
        "16": "icons\/main\/16.png",
        "19": "icons\/main\/19.png",
        "32": "icons\/main\/32.png",
        "38": "icons\/main\/38.png",
        "48": "icons\/main\/48.png",
        "128": "icons\/main\/128.png"
    }
}