Openreview Quicklook
Quicklook the summary of openreview submission
Hvad er Openreview Quicklook?
Openreview Quicklook er en Chrome-udvidelse udviklet af weigq1234, og dens hovedfunktion er "Quicklook the summary of openreview submission".
Udvidelsesskærmbilleder
Download Openreview Quicklook-udvidelses-CRX-fil
Download Openreview Quicklook-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
It is unfriendly to get the submission information quickly, such as the ratings and the final accept/reject decision. This tool display such summary in a box, and you will never need to scroll all the page first before getting such information. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | efoabjckcjahofacmgekfhjadpjlmcap |
| Officiel URL | https://chromewebstore.google.com/detail/openreview-quicklook/efoabjckcjahofacmgekfhjadpjlmcap |
| Beskrivelse | Quicklook the summary of openreview submission |
| Filstørrelse | 15.42 KB |
| Antal Installationer | 262 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2024-01-18 |
| Udgivelsesdato | 2022-01-10 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | weigq1234 |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/weigq/openview_quicklook |
| Hjælpeside-URL | https://github.com/weigq/openview_quicklook |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Openreview Quicklook",
"description": "Quicklook the summary of openreview submission",
"version": "1.2",
"homepage_url": "https:\/\/github.com\/weigq\/openview_quicklook",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"permissions": [],
"browser_action": [],
"icons": {
"128": "\/logo.png"
},
"options_page": "options.html",
"web_accessible_resources": [
"right-arrow.svg",
"left-arrow.svg"
],
"content_scripts": [
{
"run_at": "document_end",
"css": [
"style.min.css"
],
"js": [
"content.min.js"
],
"matches": [
"https:\/\/openreview.net\/*"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
} | |