PaperHive
Get notified about discussions on PaperHive about the research article you're looking at.
PaperHive क्या है?
PaperHive https://paperhive.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get notified about discussions on PaperHive about the research article you're looking at."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PaperHive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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", "*:\/\/*\/*" ] } |