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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save interesting articles from the Internet in any of the available spaces with little effort."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ntile Web Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}