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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |