PaperHive
Get notified about discussions on PaperHive about the research article you're looking at.
ما هو PaperHive؟
PaperHive هو إضافة Chrome تم تطويرها بواسطة https://paperhive.org، والميزة الرئيسية لها هي "Get notified about discussions on PaperHive about the research article you're looking at.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PaperHive
قم بتنزيل ملفات الامتداد PaperHive بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is developed at https://github.com/paperhive/paperhive-webextension.
معلومات أساسية عن التمديد
الاسم | |
ID | fihafdlllifbanclcjljledeifcdjbok |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/paperhive/fihafdlllifbanclcjljledeifcdjbok |
الوصف | Get notified about discussions on PaperHive about the research article you're looking at. |
حجم الملف | 2.59 MB |
عدد التثبيتات | 25 |
النسخة الحالية | 1.3.2 |
آخر تحديث | 2016-07-19 |
تاريخ النشر | 2016-07-19 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | https://paperhive.org |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.3.2", "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "images\/icon-gray-19.png", "38": "images\/icon-gray-38.png" }, "default_title": "PaperHive", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "webRequest", "webNavigation", "activeTab", "*:\/\/*\/*" ] } |