labnol

See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.

Τι είναι το labnol;

Το labnol είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://digitalinspiration.com, και η κύρια λειτουργία του είναι "See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.".

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

screenshot

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

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

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

                        Digital Inspiration, launched in 2004, is among the most popular how-to blogs on the Internet. 

The blog features how-to guides around consumer technology, software tutorials, app reviews and everything else that enhances personal productivity.

You can use the Digital Inspiration extension to search our extensive tutorials library from anywhere inside your Chrome browser.

The app will also show you the most recently published tutorials and guides with a click.                    

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

Όνομα labnol labnol
ID eemidipgodgijlikgpdilfpolloknidd
Επίσημο URL https://chromewebstore.google.com/detail/labnol/eemidipgodgijlikgpdilfpolloknidd
Περιγραφή See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.
Μέγεθος Αρχείου 7.53 KB
Αριθμός Εγκαταστάσεων 224
Τρέχουσα Έκδοση 0.5
Τελευταία Ενημέρωση 2014-02-24
Ημερομηνία Δημοσίευσης 2014-02-24
Αξιολόγηση 3.79/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής https://digitalinspiration.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.labnol.org/
Διεύθυνση URL της Σελίδας Βοήθειας http://digitalinspiration.com/google-chrome
URL της Σελίδας Πολιτικής Απορρήτου https://digitalinspiration.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "labnol.html",
        "default_title": "Digital Inspiration"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "description": "See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "labnol",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5"
}