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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}