Auratikum Web Clipper

Save web references and notes to Auratikum.

Wat is Auratikum Web Clipper?

Auratikum Web Clipper is een Chrome-extensie ontwikkeld door https://auratikum.de, en de belangrijkste functie is "Save web references and notes to Auratikum.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auratikum Web Clipper

Download Auratikum Web Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Auratikum Web Clipper Auratikum Web Clipper
ID mfopapajhfhifagbjldlpilclhbakjck
Officiële URL https://chrome.google.com/webstore/detail/auratikum-web-clipper/mfopapajhfhifagbjldlpilclhbakjck
Beschrijving Save web references and notes to Auratikum.
Bestandsgrootte 467 KB
Aantal Installaties 77
Huidige Versie 1.0.2
Laatst Bijgewerkt 2019-07-04
Publicatiedatum 2019-07-04
Ontwikkelaar https://auratikum.de
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://auratikum.com
URL van de Privacybeleid Pagina https://auratikum.de
Ondersteunde Talen 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'"
}