Petal Cite Web Importer

Save PDFs and capture web pages directly to your Petal Cite library.

Petal Cite Web Importerคืออะไร?

Petal Cite Web Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://petal.org และคุณลักษณะหลักของมันคือ "Save PDFs and capture web pages directly to your Petal Cite library."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Petal Cite Web Importer

ดาวน์โหลดไฟล์ส่วนขยาย Petal Cite Web Importer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Petal is the go-to academic research toolbox that students and researchers can work from throughout their entire academic and professional career.

Petal Cite Web Importer enables you to capture PDFs and static web pages directly into your Petal Collection using our Chrome browser extension.

- Save, store and organize references on the cloud
- Generate reliable citations
- Review class readings and presentations
- Make your documents and annotations searchable
- Collaboratively read and annotate group projects                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Petal Cite Web Importer Petal Cite Web Importer
ID dikbfpemggjmcidjecbjgbikghaaigei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/petal-cite-web-importer/dikbfpemggjmcidjecbjgbikghaaigei
คำอธิบาย Save PDFs and capture web pages directly to your Petal Cite library.
ขนาดไฟล์ 1.93 MB
จำนวนการติดตั้ง 1,937
เวอร์ชันปัจจุบัน 0.0.25
อัปเดตครั้งล่าสุด 2024-01-23
วันที่เผยแพร่ 2022-11-16
คะแนน 4.67/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://petal.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.petal.org
URL หน้าช่วยเหลือ https://www.petal.org/faqs
URL หน้านโยบายความเป็นส่วนตัว https://www.petal.org/legal/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Petal Cite Web Importer",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjHvxYKsFLOCCsqG\/ed3d\/BP5gZVCd41lisdlE\/1mG2UVNI7e8CBTvrk1Wu6aRUSvpnAHBqHVquCMZx21Deq+AAW7GGp\/HRi1xqDc7JE7O4ZHoc0qAOqwj+F4yMqiM+LOPP6RCWz\/9Pp36TKz5dVAartGxFWDDwwEnnzldgyBNmLyzFNTQHWlpMzehvu+VwIxEscoBJdFae3q2wB9FMyTxGKhIIt9mHsrydlYy1646+K+hEt6Oy5ehQbEg17kfmDr4BVw3jgwGfb\/WX\/mkkkAswSCOMFPMqSkdCOw2s3fGIxuj+H7mjCy1M07Dov64DVUloXzHtVGsFVZ367MLABpQQIDAQAB",
    "description": "Save PDFs and capture web pages directly to your Petal Cite library.",
    "version": "0.0.25",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "16.png",
        "48": "128.png",
        "128": "128.png"
    },
    "permissions": [
        "webRequest",
        "storage",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            ".\/static\/js\/background.js",
            ".\/lib\/chrome-browser-polyfill.js",
            ".\/lib\/single-file-background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "lib\/chrome-browser-polyfill.js",
                "lib\/single-file-frames.js",
                "lib\/single-file-extension-frames.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "lib\/chrome-browser-polyfill.js",
                "lib\/single-file-bootstrap.js",
                "lib\/single-file-extension-core.js",
                "lib\/single-file.js"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "lib\/single-file-hooks-frames.js"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/cite.petal.org\/*"
        ]
    }
}