Capture.Chrome

Capture content from Chrome

Τι είναι το Capture.Chrome;

Το Capture.Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Loqu8, και η κύρια λειτουργία του είναι "Capture content from Chrome".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Capture.Chrome

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

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

                        Learning experts agree that adults and young adults learn differently from children. While repetitive drills and silly matching games may have value for younger children, adults learn best when they are in control of their learning environment, choosing what to learn and when to learn it. For many individuals, a mix of self-paced, personalized learning with instructor-led sessions is a powerful blend that delivers results.

From the US State Department and the United Nations Office at Geneva, users rely on Loqu8's innovative technologies. Our users in 179 countries are excited about how iCE is helping them understand and learn Chinese. With over 163 million Chinese terms explained, a whopping 84% of our users report saving at least an hour every week. Experience the difference Loqu8's augmented learning can make for you.                    

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

Όνομα Capture.Chrome Capture.Chrome
ID aongpmpmconjkanfkpjdgidnbomcgacj
Επίσημο URL https://chrome.google.com/webstore/detail/capturechrome/aongpmpmconjkanfkpjdgidnbomcgacj
Περιγραφή Capture content from Chrome
Μέγεθος Αρχείου 54.73 KB
Αριθμός Εγκαταστάσεων 713
Τρέχουσα Έκδοση 8.1.11
Τελευταία Ενημέρωση 2017-01-11
Ημερομηνία Δημοσίευσης 2017-01-11
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Loqu8
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.loqu8.com/loqu8/legal.privacy.htm
Υποστηριζόμενες Γλώσσες zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "captureBkgd.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "captureCtx.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "description": "Capture content from Chrome",
    "icons": {
        "16": "i_sq16.png",
        "48": "i_sq48.png",
        "128": "i_sq128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "i_sq19_gray.png",
            "38": "i_sq38_gray.png"
        },
        "default_popup": "capturePopup.html"
    },
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiN9QBx9ABtmp5vjjCPu70A09vpc0qRSrWqK7Cd3Yu+C8036XwSMl5CfnSMtJXXrEin4khVot\/fBWHFxL59WXZgQd4N69H28lnPb+pqSrFBX3PLoovpBlIWIymCSIdpoZNTy3faxJmIDye507ZIEI5+WqNU2gZGdNGGUWuQRl3hAICKpF4lrMTqEoCpGWV3loaCpdFjximGEOjOWnps8LVR+F6KcGyy3wOU5DDSaNLgLB5n75sIjPpwGb+yJHqSr\/G8+8cp1QzhObNR4xG9jKZK400GShPtG4GSs9yrjvRyQosMSCvFO0CaPOqB\/5uNXkjt9hbL6ZBjVwqwx9YbmURQIDAQAB",
    "name": "Capture.Chrome",
    "permissions": [
        "nativeMessaging",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "8.1.11"
}