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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}