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
官方網址 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"
    }
}