Auratikum Web Clipper

Save web references and notes to Auratikum.

Auratikum Web Clipperとは何ですか?

Auratikum Web Clipperはhttps://auratikum.deによって開発されたChromeの拡張機能で、その主な機能は「Save web references and notes to Auratikum.」です。

拡張機能のスクリーンショット

screenshot

Auratikum Web Clipper拡張機能のCRXファイルをダウンロード

Auratikum Web Clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}