Perma.cc

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

什么是Perma.cc?

Perma.cc是由Harvard Library Innovation Lab开发的Chrome扩展程序,该扩展的主要功能是“Create and manage Perma.cc links directly from your browser.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Perma.cc扩展crx文件

下载Perma.cc扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Perma.cc Perma.cc
ID bigjakhahgnccheaompmgebkncglllel
官方URL https://chromewebstore.google.com/detail/permacc/bigjakhahgnccheaompmgebkncglllel
简介 Create and manage Perma.cc links directly from your browser.
文件大小 68.96 KB
安装次数 2,579
当前版本 2.0.1
更新时间 2022-09-06
上架时间 2016-09-15
评分 4.00/5 共3次评分
开发者 Harvard Library Innovation Lab
电子邮箱 [email protected]
付费类型 free
扩展官网 https://perma.cc
隐私政策页面URL https://perma.cc/privacy-policy
支持的语言 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"
    }
}