Highlight&Go

Highlight your primary studies and go!

Highlight&Goคืออะไร?

Highlight&Go เป็นส่วนขยายของ Chrome ที่พัฒนาโดย onekin.org และคุณลักษณะหลักของมันคือ "Highlight your primary studies and go!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Highlight&Go

ดาวน์โหลดไฟล์ส่วนขยาย Highlight&Go ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This annotation tool allows Systematic Review and Mapping Study practitioners to classify primary studies using highlights. For that, it provides a color-based and customised highlighter based on the classification schema.

While the reviewer is highlighting the documents directly on the net, the extension records annotations to automatically generate a google spreadsheet with the mapping inferred from the highlights. It also provides a way to trace back the coding rationales used by the reviewer for further checking.

When multiple reviewers work concurrently on the systematic review, it supports mapping stage tracking, to know if a primary study is mapped, has conflicts or is already validated by the checker.

It requires permission to access Google Sheets and Google Drive.

A small manual: https://github.com/onekin/WacLine/wiki/User-manual-for-Highlight&Go
If you have any doubts, don't hesitate to contact us via comments, github issues or email, we will be pleasured to help you!
Github issues: https://github.com/onekin/wacline/issues/new?title=Feedback%20for%20HighlightAndGo
Email: [email protected]

Privacy policy: https://onekin.org/?page_id=1110

Changelog:
https://github.com/onekin/WacLine/releases                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Highlight&Go Highlight&Go
ID bihmalipgnlomidlpekdnoohiejppfmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/highlightgo/bihmalipgnlomidlpekdnoohiejppfmo
คำอธิบาย Highlight your primary studies and go!
ขนาดไฟล์ 8.23 MB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 0.3.6
อัปเดตครั้งล่าสุด 2021-11-03
วันที่เผยแพร่ 2020-06-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา onekin.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://highlightandgo.haritzmedina.com/
URL หน้าช่วยเหลือ https://github.com/haritzmedina/highlightAndGo/wiki
URL หน้านโยบายความเป็นส่วนตัว https://onekin.org?page_id=10
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.3.6",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "256": "images\/hag\/icon-512.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "scripts\/contentScript.js"
            ],
            "css": [
                "styles\/contentScript.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/dl.acm.org\/citation.cfm?*",
                "*:\/\/dl.acm.org\/doi\/*"
            ],
            "js": [
                "scripts\/acmContentScript.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.sciencedirect.com\/science\/article\/pii\/*"
            ],
            "js": [
                "scripts\/scienceDirectContentScript.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/link.springer.com\/*"
            ],
            "js": [
                "scripts\/springerContentScript.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/ieeexplore.ieee.org\/*"
            ],
            "js": [
                "scripts\/ieeeContentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.googletagmanager.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self'",
    "page_action": {
        "default_icon": "images\/hag\/icon-38-bw.png",
        "default_title": "__MSG_browserActionTitle__"
    },
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "permissions": [
        "https:\/\/hypothes.is\/",
        "activeTab",
        "storage",
        "identity.email",
        "identity",
        "downloads",
        "notifications",
        "file:\/\/*\/*",
        "contextMenus",
        "webRequest",
        "tabs",
        "webRequestBlocking",
        "*:\/\/doi.org\/*",
        "*:\/\/dx.doi.org\/*",
        "*:\/\/www.sciencedirect.com\/science\/article\/pii\/*",
        "*:\/\/www.dropbox.com\/s\/",
        "*:\/\/*.dropboxusercontent.com\/*",
        "*:\/\/ieeexplore.ieee.org\/document\/*"
    ],
    "oauth2": {
        "client_id": "1008657588862-k3t7glpcvdrtc43dsmktkjudufh9m5ho.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets",
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "web_accessible_resources": [
        "pages\/*.html",
        "content\/*",
        "images\/*",
        "scripts\/gtm.js"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoQgtyvjHN1xpYMWig50Bx7iL4d8oSum8aVhiTCLpdSK93YAA6JubzTxeJKWj0n\/zx4X6jiByuAGaAd7V0\/s+mrJfP2J8hiMFu5BnxT6+2iekiLNV4Nc1RlX9wuaOq2Res0l9E2+2DpMTCli4aS1DyEBd9zpfwaNWPMqbmToZOLO0afibAklS\/VAIEfcH\/2lbDLrdq3UACEZdW7\/hlmICj0yItYFQ2mXEI3spetnJH3VG9Q5Sj5RsSLnyuescQLSeT0vl1uovsPnKCpD\/aS\/iRzNyEtRNtAy727Ju334bj4xyOA8VIsueWWwYiKPatvhQ+gcNqq77UNOmw5Ido5fHMQIDAQAB"
}