Perma.cc

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

Perma.ccคืออะไร?

Perma.cc เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Harvard Library Innovation Lab และคุณลักษณะหลักของมันคือ "Create and manage Perma.cc links directly from your browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Perma.cc

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}