Perma.cc

Create and manage Perma.cc links directly from your browser.

Was ist Perma.cc?

Perma.cc ist eine Chrome-Erweiterung, die von Harvard Library Innovation Lab entwickelt wurde, und ihr Hauptmerkmal ist "Create and manage Perma.cc links directly from your browser.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Perma.cc-Erweiterungs-CRX-Datei herunterladen

Laden Sie Perma.cc-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Easily create a permanent record of the web for your citations. Perma.cc allows you to capture the contents of a public website and preserve it with the Harvard Law School Library.

Connect your Perma.cc account to this extension and create Perma Links while browsing without leaving the page you’d like to preserve. 

This is the latest iteration of the Perma.cc browser extension.                    

Grundlegende Informationen zur Erweiterung

Name Perma.cc Perma.cc
ID bigjakhahgnccheaompmgebkncglllel
Offizielle URL https://chromewebstore.google.com/detail/permacc/bigjakhahgnccheaompmgebkncglllel
Beschreibung Create and manage Perma.cc links directly from your browser.
Dateigröße 68.96 KB
Installationsanzahl 2,579
Aktuelle Version 2.0.1
Letztes Update 2022-09-06
Veröffentlichungsdatum 2016-09-15
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler Harvard Library Innovation Lab
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://perma.cc
URL der Datenschutzrichtlinien-Seite https://perma.cc/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Perma.cc",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "2.0.1",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "icons": {
        "16": "assets\/infinity-16.png",
        "48": "assets\/infinity-48.png",
        "64": "assets\/infinity-64.png",
        "128": "assets\/infinity-128.png",
        "256": "assets\/infinity-256.png"
    },
    "permissions": [
        "alarms",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.perma.cc\/*",
        "https:\/\/api.perma.test\/*",
        "https:\/\/api.perma.test:8000\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; frame-ancestors 'none'; connect-src 'self' https:\/\/api.perma.cc https:\/\/api.perma.test https:\/\/api.perma-stage.org;"
    },
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup\/index.html"
    }
}