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 파일 다운로드

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

확장 프로그램 사용 설명서

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