Perma.cc

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

Perma.cc là gì?

Perma.cc là một tiện ích mở rộng Chrome được phát triển bởi Harvard Library Innovation Lab, và tính năng chính của nó là "Create and manage Perma.cc links directly from your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Perma.cc

Tải xuống các tệp mở rộng Perma.cc dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Perma.cc Perma.cc
ID bigjakhahgnccheaompmgebkncglllel
URL Chính Thức https://chromewebstore.google.com/detail/permacc/bigjakhahgnccheaompmgebkncglllel
Mô tả Create and manage Perma.cc links directly from your browser.
Kích Thước Tệp 68.96 KB
Số Lần Cài Đặt 2,579
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2022-09-06
Ngày Phát Hành 2016-09-15
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Harvard Library Innovation Lab
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://perma.cc
URL Trang Chính Sách Bảo Mật https://perma.cc/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}