Imperial eJournals for Chrome

Tries to access the ejournal via Imperial

Apa itu Imperial eJournals for Chrome?

Imperial eJournals for Chrome adalah ekstensi Chrome yang dikembangkan oleh James Howard, dan fitur utamanya adalah "Tries to access the ejournal via Imperial".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Imperial eJournals for Chrome

Unduh file ekstensi Imperial eJournals for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A toolbar button which serves as a shortcut to access paywalled journal's via Imperial College's library system.

This installs small button to the right of the address bar. Clicking this will try to use the Imperial proxy to allow members of Imperial College to access premium content such as journals. It does this by simply altering the page URL. No user data is stored.                    

Informasi Dasar Ekstensi

Nama Imperial eJournals for Chrome Imperial eJournals for Chrome
ID infolkakifickpdmjgcggmhklgkkbpid
URL Resmi https://chromewebstore.google.com/detail/imperial-ejournals-for-ch/infolkakifickpdmjgcggmhklgkkbpid
Deskripsi Tries to access the ejournal via Imperial
Ukuran File 6.31 KB
Jumlah Instalasi 23
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-03-23
Tanggal Publikasi 2015-07-14
Penilaian 5.00/5 Total 3 Penilaian
Pengembang James Howard
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imperial eJournals for Chrome",
    "description": "Tries to access the ejournal via Imperial",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click to access"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}