Unakite

Help developers organize and structure information related to programming decisions.

Was ist Unakite?

Unakite ist eine Chrome-Erweiterung, die von Michael entwickelt wurde, und ihr Hauptmerkmal ist "Help developers organize and structure information related to programming decisions.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Unakite-Erweiterungs-CRX-Datei herunterladen

Laden Sie Unakite-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        General Description:
The Unakite Chrome extension is designed to help programmers organize information foraged from the web. It helps programmers collect information from the web and organize it into a comparison table, so that they can make quicker, more informed decisions with the visualization. It is developed and maintained by a group of researchers at Carnegie Mellon University, Human-Computer Interaction Institute. It is a part of an on-going research effort in trying to make programming easier. 


Privacy Policy:
The extension will have a sign in/out functionality using your personal Google account. Only the data of authenticated users will be recorded. As the research requires, the extension will capture the following data: (a) information you choose to collect using the extension (for example, you could use a built-in clipping tool to capture a part of a web page for reference); (b) every page URL and search query that associated with (a).

Please avoid using the extension to work on proprietary or sensitive projects you do not wish the above information to be collected. Please either use a different browser (e.g. Safari or Firefox) or sign out to deal with tasks that you do not want to be recorded by the extension.

There is a risk of revealing sensitive information via your searches and other usage of the extension. However, we will minimize this risk by: (1) using secure transfer protocols and encryption mechanisms to transmit and store the data on the server; (2) strictly limiting the full access to your data to only the members of the research group and the sponsor (NSF); (3) personally identifiable information are properly anonymized so that even researchers do not have knowledge of your identity.

The extension uses Google Firebase platform as its backend, which provides fast and secure data storage and transmission out-of-the-box. This provides guarantee that the data generated by using the extension are securely protected from hacking and leaking to the greatest extent.                    

Grundlegende Informationen zur Erweiterung

Name Unakite Unakite
ID mbphcbmclhpjpdidjkgakgmdecfpkjhm
Offizielle URL https://chrome.google.com/webstore/detail/unakite/mbphcbmclhpjpdidjkgakgmdecfpkjhm
Beschreibung Help developers organize and structure information related to programming decisions.
Dateigröße 6.23 MB
Installationsanzahl 62
Aktuelle Version 2.2.1
Letztes Update 2019-04-30
Veröffentlichungsdatum 2019-04-30
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler Michael
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://unakite.info
Hilfeseite URL https://unakite.info
URL der Datenschutzrichtlinien-Seite https://github.com/lxieyang/lxieyang.github.io/wiki/Chrome-Extension-Privacy-Policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Help developers organize and structure information related to programming decisions.",
    "version": "2.2.1",
    "name": "Unakite",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "browserTooltip.html",
        "default_icon": "icon-128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "exclude_matches": [
                "*:\/\/localhost\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.qualtrics.com\/*",
                "*:\/\/*.overleaf.com\/*",
                "*:\/\/*.google.com\/signin\/oauth\/*",
                "*:\/\/kap-project-nsh-2504.firebaseapp.com\/*",
                "*:\/\/unakite-v2.firebaseapp.com\/*"
            ],
            "js": [
                "contentAnnotation.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "popup.html",
        "inject.js",
        "content.styles.css",
        "info-100.png",
        "thumb-down-100.png",
        "thumb-up-100.png",
        "icon-128.png",
        "icon-34.png",
        "icon-inactive-128.png"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/www.google-analytics.com\/",
        "downloads",
        "contextMenus",
        "tabs",
        "storage",
        "unlimitedStorage",
        "activeTab",
        "",
        "background",
        "chrome:\/\/favicon\/",
        "clipboardRead",
        "clipboardWrite"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoKT+gdJ2p51k\/Hz+EdDAFqm2W6DQIQTq8UurRmg8tWC92j5GkPt1Qz806i\/VKks2nGigQDR\/rtJmKIeMF695nKc\/IRleXYRgE62cLPaBRvu5ni9wQ85IpNNCuHQeC+vJtUGdJTyvDa5rx6Wqz0SFDEVgVgn1o4pvZS3mlwHcmhCF7YlucakQoAF2Uo2LQKj+uXChDED\/Tjg++fWveNlv5pfa0QvtNMX8UciK5EuElooqr9NYzb2yX+DP7+7IesIr8bcuVptVJWMqzNz2DXUh1ys4QN5CaIbDiqnGK96JcDKMosd7AWzIa3yXIReoOWN1CXBoO0UOv42G7L8P+\/Ia9QIDAQAB",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:3000 http:\/\/localhost:3001 http:\/\/localhost:3002 https:\/\/gstatic.com https:\/\/*.google.com https:\/\/*.firebaseio.com https:\/\/cdn.firebase.com https:\/\/kap-project-nsh-2504.firebaseapp.com  https:\/\/project-kap-dev.firebaseapp.com https:\/\/ssl.google-analytics.com; object-src 'self'"
}