Perma.cc

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

Perma.cc क्या है?

Perma.cc Harvard Library Innovation Lab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create and manage Perma.cc links directly from your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Perma.cc एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}