Auratikum Web Clipper

Save web references and notes to Auratikum.

Qu'est-ce que Auratikum Web Clipper ?

Auratikum Web Clipper est une extension Chrome développée par https://auratikum.de, et sa fonction principale est "Save web references and notes to Auratikum.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Auratikum Web Clipper

Téléchargez les fichiers d'extension Auratikum Web Clipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Auratikum Web Clipper Auratikum Web Clipper
ID mfopapajhfhifagbjldlpilclhbakjck
URL Officiel https://chrome.google.com/webstore/detail/auratikum-web-clipper/mfopapajhfhifagbjldlpilclhbakjck
Description Save web references and notes to Auratikum.
Taille du Fichier 467 KB
Nombre d'Installations 77
Version Actuelle 1.0.2
Dernière Mise à Jour 2019-07-04
Date de Publication 2019-07-04
Développeur https://auratikum.de
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://auratikum.com
URL de la Page de Politique de Confidentialité https://auratikum.de
Langues Prises en Charge 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'"
}