Plaudit

View and add endorsements to scholarly articles

Plauditとは何ですか?

Plauditはhttps://plaudit.pubによって開発されたChromeの拡張機能で、その主な機能は「View and add endorsements to scholarly articles」です。

拡張機能のスクリーンショット

screenshot
screenshot

Plaudit拡張機能のCRXファイルをダウンロード

Plaudit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Plaudit is a new initiative to allow researchers to get recognition for their work, regardless of where their work is published. With this extension, you can endorse research you encounter by clicking the Plaudit icon in your browser toolbar.

For more information, see https://plaudit.pub

Requested permissions:
 - Read website data: this is needed to determine whether a given webpage includes a scholarly work that you can endorse.
 - That's it!                    

拡張機能の基本情報

名前 Plaudit Plaudit
ID bmiognkendaelpjffodmfimmbcllbcen
公式URL https://chromewebstore.google.com/detail/plaudit/bmiognkendaelpjffodmfimmbcllbcen
説明 View and add endorsements to scholarly articles
ファイルサイズ 251 KB
インストール数 227
現在のバージョン 0.1.38
最終更新日 2021-07-27
公開日 2019-11-11
評価 5.00/5 合計 2 レビュー
開発者 https://plaudit.pub
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://plaudit.pub
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plaudit",
    "version": "0.1.38",
    "description": "View and add endorsements to scholarly articles",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "default-src 'self'; script-src 'self' https:\/\/*.plaudit.pub https:\/\/plaudit.pub; frame-src 'self' https:\/\/*.plaudit.pub https:\/\/plaudit.pub; style-src 'self' 'unsafe-inline';",
    "page_action": {
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        },
        "default_title": "Plaudit",
        "default_popup": "popup\/widget.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "build\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "build\/background_script.js"
        ]
    }
}