Glo Web Clipper

A web clipper for GitKraken Glo boards.

Τι είναι το Glo Web Clipper;

Το Glo Web Clipper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jasper van Merle, και η κύρια λειτουργία του είναι "A web clipper for GitKraken Glo boards.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Glo Web Clipper

Λήψη αρχείων επέκτασης Glo Web Clipper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Clip it, describe it and save it to a GitKraken Glo card.

Use Glo Web Clipper to easily capture snippets of the web to a new or existing GitKraken Glo card. Optionally, you can also include a link to the website you're on and write a description about the clipped content or the link.

Clipping options:
- "Visible page" will take a screenshot of everything that's currently visible.
- "Full page" will take a screenshot of the full page, including everything that is not visible.
- "Selection" will allow you to freely select a rectangle to clip on the currently visible page.

Saving options:
- Create a new card using Glo Web Clipper and attach the clipped content as a comment on the newly created card.
- Add the clipped content to an existing card as a comment.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Glo Web Clipper Glo Web Clipper
ID ikfmgfnieohkknpbninokpleohjpbjbl
Επίσημο URL https://chrome.google.com/webstore/detail/glo-web-clipper/ikfmgfnieohkknpbninokpleohjpbjbl
Περιγραφή A web clipper for GitKraken Glo boards.
Μέγεθος Αρχείου 59.61 KB
Αριθμός Εγκαταστάσεων 56
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2019-04-11
Ημερομηνία Δημοσίευσης 2019-04-08
Προγραμματιστής Jasper van Merle
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/jmerle/glo-web-clipper
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/jmerle/glo-web-clipper/issues
URL της Σελίδας Πολιτικής Απορρήτου https://gist.github.com/jmerle/5f446afd17b51328e2a87aee6b475358
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Glo Web Clipper",
    "description": "A web clipper for GitKraken Glo boards.",
    "version": "1.0.2",
    "author": "Jasper van Merle",
    "homepage_url": "https:\/\/github.com\/jmerle\/glo-web-clipper",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/gloapi.gitkraken.com\/*"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "19": "icons\/icon-19.png",
        "20": "icons\/icon-20.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-32.png",
        "38": "icons\/icon-38.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/browser-polyfill.min.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/browser-polyfill.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "19": "icons\/icon-19.png",
            "20": "icons\/icon-20.png",
            "24": "icons\/icon-24.png",
            "32": "icons\/icon-32.png",
            "38": "icons\/icon-38.png",
            "48": "icons\/icon-48.png",
            "64": "icons\/icon-64.png",
            "96": "icons\/icon-96.png"
        },
        "default_title": "Clip to Glo",
        "browser_style": false
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+9I1xgZeTqKS58\/Mxfl2cNAl\/V3AmyZEuksaAPscC2wiI6TXhWrSjKkGi2unRXCBIo7olG+d1JPhfnlOX7N6Gon6MiByijzAE0v+qf2nJ3HCnrbLTXg9p6ETLyoDPEwmg2wmW\/CCwGA9zkgg3R9cfzN3bq1oGkYN0RJxeGydxT5v53id1Mti1ZA0gEkv6EtY0BcK\/5Bs7Ccf157z\/+RG3s5eVQa8xgsJuzEKp\/N3Vytr6XWbuEZv4f2rAykDixTM58cnkkshsJ4s3xN8mGIuP+H\/sD\/YRDnSMVidtqomd1QLiFMDbWMJF\/CE1Zx\/ykF5oEln2PaBDlY0eMdtCZB7QIDAQAB"
}