Refigure

ReFigure aggregates and organises different scientific figures amongst users through a backend running on a server and Chrome plugin

什麼是Refigure?

Refigure是由Girija Goyal, James Akin開發的Chrome擴展程式,該擴展的主要功能是“ReFigure aggregates and organises different scientific figures amongst users through a backend running on a server and Chrome plugin”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Refigure擴展crx文件

下載Refigure擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Collect, save and upload figures from published and original work into your workspace and share it with colleagues to create stories based on results of scientific experiments. Provide your comments and references to the related publications.                    

擴展基本資訊

名稱 Refigure Refigure
ID plbplbglohkmicpcelhkendkdfaipome
官方網址 https://chromewebstore.google.com/detail/refigure/plbplbglohkmicpcelhkendkdfaipome
簡介 ReFigure aggregates and organises different scientific figures amongst users through a backend running on a server and Chrome plugin
檔案大小 342 KB
安裝次數 133
目前版本 0.3.36
更新時間 2021-02-05
上架時間 2019-05-13
評分 5.00/5 共 4 次評分
開發者 Girija Goyal, James Akin
電子郵箱 [email protected]
付費類型 free
擴展官網 https://refigure.org#source=1
說明頁面URL https://refigure.org/help#action=feedback
隱私政策頁面URL https://refigure.org/terms
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmRRN4gh2gjWHQFe\/nDq43yhU+ydp1addI9WKhQEFxh2ZCHOIRL65SmVNHaEVHdzyZIeORD0Vw3JVKmFRJgNTM2a1paLG5keUrMRtWEUwGIarSMCuBIKHn8mts0cv72R\/eBaNlWwMZnoKpbLAzFo5JcYWoNFvW4mxXd6AG3ZXNKqjMKtQvFABMW\/mOmVo+VqlW93SjNUEO8x010+VSBP8dXxoBCsKfCK\/Yij+vpVq3J+f6ZqPxQBH9dmOa3vXcxws1uKaSS+V5lZ8t8LGHDzPvUyj4vupuyEC5CnmRsknq0VfJkME+O9emiQbcKwanGCudRsgFwMVo4pfgiimzzfVYwIDAQAB",
    "author": "Girija Goyal, James Akin",
    "manifest_version": 2,
    "name": "Refigure",
    "version": "0.3.36",
    "description": "ReFigure aggregates and organises different scientific figures amongst users through a backend running on a server and Chrome plugin",
    "icons": {
        "100": "\/img\/refigure_logo_small.png"
    },
    "background": {
        "persistent": true,
        "page": "\/background\/background.html"
    },
    "browser_action": {
        "default_icon": "\/img\/refigure_logo_small.png",
        "default_popup": "\/popup\/popup.html",
        "default_title": "Refigure"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/journals.plos.org\/*",
                "*:\/\/collections.plos.org\/*"
            ],
            "js": [
                "\/content\/content.js",
                "\/content\/templates.min.js",
                "\/content\/parsers\/plos.js"
            ],
            "css": [
                "\/content\/content.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.elifesciences.org\/*",
                "*:\/\/elifesciences.org\/*"
            ],
            "js": [
                "\/content\/content.js",
                "\/content\/templates.min.js",
                "\/content\/parsers\/elifesciences.js"
            ],
            "css": [
                "\/content\/content.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.ncbi.nlm.nih.gov\/pmc\/articles\/*"
            ],
            "js": [
                "\/content\/content.js",
                "\/content\/templates.min.js",
                "\/content\/parsers\/pmc.js"
            ],
            "css": [
                "\/content\/content.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.figshare.com\/*",
                "*:\/\/figshare.com\/*"
            ],
            "js": [
                "\/content\/content.js",
                "\/content\/templates.min.js",
                "\/content\/parsers\/figshare.js"
            ],
            "css": [
                "\/content\/content.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content\/content.js",
                "\/content\/templates.min.js"
            ],
            "css": [
                "\/content\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*",
        "fonts\/*"
    ],
    "permissions": [
        "https:\/\/api.refigure.org\/api\/*",
        "tabs",
        "storage",
        "cookies",
        "*:\/\/refigure.org\/*",
        "*:\/\/dev.refigure.org\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/refigure.org\/*",
            "*:\/\/localhost\/*",
            "*:\/\/dev.refigure.org\/*"
        ]
    }
}