Rogue Scholar
Research smarter, not harder.
ما هو Rogue Scholar؟
Rogue Scholar هو إضافة Chrome تم تطويرها بواسطة ashatte، والميزة الرئيسية لها هي "Research smarter, not harder.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rogue Scholar
قم بتنزيل ملفات الامتداد Rogue Scholar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Researcher? Student? Knowledge enthusiast? Increase your productivity and decrease cognitive load with Rogue Scholar for Google Scholar. Inspired by StackExchange, Rogue Scholar provides the ability to diminish irrelevant or uninteresting results so that you can focus your attention on the papers that really matter. Simply click the Show/Hide button to toggle a result. Your selection is saved locally for future searches.
معلومات أساسية عن التمديد
الاسم | |
ID | alaopiamihdnibbckghojigiaamjdapn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/rogue-scholar/alaopiamihdnibbckghojigiaamjdapn |
الوصف | Research smarter, not harder. |
حجم الملف | 163 KB |
عدد التثبيتات | 985 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2013-10-09 |
تاريخ النشر | 2013-10-09 |
تقييم | 2.67/5 مجموع تقييمات 3 |
المطور | ashatte |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rogue Scholar", "version": "1.0.0", "manifest_version": 2, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "description": "Research smarter, not harder.", "content_scripts": [ { "matches": [ "http:\/\/scholar.google.com\/*", "http:\/\/scholar.google.com.au\/*" ], "css": [ "roguestyles.css" ], "js": [ "content.js" ] } ], "permissions": [ "storage" ] } |