Google Scholar Tools
This extension provides some additional bookmarking and sorting of google scholar results.
Apa itu Google Scholar Tools?
Google Scholar Tools adalah ekstensi Chrome yang dikembangkan oleh Brian B. Griffiths, dan fitur utamanya adalah "This extension provides some additional bookmarking and sorting of google scholar results.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Scholar Tools
Unduh file ekstensi Google Scholar Tools 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
Adds some quality-of-life functions to google scholar tools search results, such as the ability to save a paper as "read" and then hide it from view. If there are no visible items, the page will auto-increment to the next page with unread items. Users can also trash useless results that will not show up as read/unread.
Informasi Dasar Ekstensi
Nama | Google Scholar Tools |
ID | iifbfdeeneklajclonmnjbmakdniikep |
URL Resmi | https://chromewebstore.google.com/detail/google-scholar-tools/iifbfdeeneklajclonmnjbmakdniikep |
Deskripsi | This extension provides some additional bookmarking and sorting of google scholar results. |
Ukuran File | 9.52 KB |
Jumlah Instalasi | 1,902 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-12-30 |
Tanggal Publikasi | 2020-12-30 |
Pengembang | Brian B. Griffiths |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Scholar Tools", "description": "This extension provides some additional bookmarking and sorting of google scholar results.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "*:\/\/scholar.google.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/scholar.google.com\/*" ], "js": [ "pageTools.js" ], "css": [ "pageTools.css" ] } ] } |