Auratikum Web Clipper

Save web references and notes to Auratikum.

Auratikum Web Clipper क्या है?

Auratikum Web Clipper https://auratikum.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save web references and notes to Auratikum."।

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

screenshot

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

crx प्रारूप में Auratikum Web Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Auratikum is one of the easiest ways to write a successful academic paper. Every Bachelor’s, Master’s, PhD thesis or writing project starts with a first thought. Auratikum supports you along the way until you hold the finished paper in your hands.

This extension enables users to create a scientific references from any open website by extracting according meta information. In addition, the extension allows user to create new notes and gather information while browsing through websites.

Unlike citavi, zotero, mendeley or other reference management systems, Auratikum is more than just capturing references. Check out the website to learn about how Auratikum helps you with your scientific writing.                    

एक्सटेंशन की मूल जानकारी

नाम Auratikum Web Clipper Auratikum Web Clipper
ID mfopapajhfhifagbjldlpilclhbakjck
आधिकारिक URL https://chrome.google.com/webstore/detail/auratikum-web-clipper/mfopapajhfhifagbjldlpilclhbakjck
विवरण Save web references and notes to Auratikum.
फ़ाइल का आकार 467 KB
स्थापना संख्या 77
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2019-07-04
प्रकाशन तिथि 2019-07-04
डेवलपर https://auratikum.de
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://auratikum.com
गोपनीयता नीति पृष्ठ URL https://auratikum.de
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auratikum Web Clipper",
    "short_name": "Auratikum",
    "version": "1.0.2",
    "description": "Save web references and notes to Auratikum.",
    "browser_action": {
        "default_title": "Save web reference",
        "default_popup": "popup.html"
    },
    "author": "Auratikum GmbH",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.auratikum.com\/*"
            ],
            "js": [
                "installed.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/app.auratikum.com\/*"
            ],
            "js": [
                "auth.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/api.auratikum.de\/*",
        "storage"
    ],
    "minimum_chrome_version": "60",
    "icons": {
        "16": "assets\/logo16.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}