Coder Quotes

Programming quotes will shows when you open every new tab in chrome

Τι είναι το Coder Quotes;

Το Coder Quotes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://ajithvgiri.com, και η κύρια λειτουργία του είναι "Programming quotes will shows when you open every new tab in chrome".

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

screenshot

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

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

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

                        Introducing Coder Quotes - .

Coder Quotes can define history, ideas and be crucial in our understanding of so many things - quotes is here to put programming quotes into one place. 

Coder quotes is your online library for programmer quotes.                    

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

Όνομα Coder Quotes Coder Quotes
ID nebgecgefmfhhagfljmmjegmafkdihne
Επίσημο URL https://chrome.google.com/webstore/detail/coder-quotes/nebgecgefmfhhagfljmmjegmafkdihne
Περιγραφή Programming quotes will shows when you open every new tab in chrome
Μέγεθος Αρχείου 17.55 KB
Αριθμός Εγκαταστάσεων 48
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2018-11-17
Ημερομηνία Δημοσίευσης 2018-11-17
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής http://ajithvgiri.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/ajithvgiri/coder_quotes
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/ajithvgiri/coder_quotes
URL της Σελίδας Πολιτικής Απορρήτου https://www.freeprivacypolicy.com/privacy/view/76930026cda91ac0386a5e843bd4c6ef
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coder Quotes",
    "short_name": "coder quotes",
    "description": "Programming quotes will shows when you open every new tab in chrome",
    "version": "1.3",
    "author": "Ajith v Giri",
    "browser_action": {
        "default_title": "New Tab"
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}