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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
        ]
    }
}