PaperHive

Get notified about discussions on PaperHive about the research article you're looking at.

PaperHive là gì?

PaperHive là một tiện ích mở rộng Chrome được phát triển bởi https://paperhive.org, và tính năng chính của nó là "Get notified about discussions on PaperHive about the research article you're looking at.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PaperHive

Tải xuống các tệp mở rộng PaperHive dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension is developed at https://github.com/paperhive/paperhive-webextension.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PaperHive PaperHive
ID fihafdlllifbanclcjljledeifcdjbok
URL Chính Thức https://chromewebstore.google.com/detail/paperhive/fihafdlllifbanclcjljledeifcdjbok
Mô tả Get notified about discussions on PaperHive about the research article you're looking at.
Kích Thước Tệp 2.59 MB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2016-07-19
Ngày Phát Hành 2016-07-19
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://paperhive.org
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        "*:\/\/*\/*"
    ]
}