ntile Web Clipper

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

Τι είναι το ntile Web Clipper;

Το ntile Web Clipper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ntile.app, και η κύρια λειτουργία του είναι "Save interesting articles from the Internet in any of the available spaces with little effort.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ntile Web Clipper

Λήψη αρχείων επέκτασης 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"
    }
}