Developer Cheat Sheet
A cheat sheet for a developer is the place where the developer will save all the unique things. this is pre-alpha version
Τι είναι το Developer Cheat Sheet;
Το Developer Cheat Sheet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nmurciano1, και η κύρια λειτουργία του είναι "A cheat sheet for a developer is the place where the developer will save all the unique things. this is pre-alpha version".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Developer Cheat Sheet
Λήψη αρχείων επέκτασης Developer Cheat Sheet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A cheat sheet for a developer is the place where the developer will save all the unique things he doesn’t want to remember all the time, and just copy and paste from it for his personal usage. The cheat sheet should be saved for a specific user by his account. When a user installs the chrome extension for the first time.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Developer Cheat Sheet |
ID | odkopabfklhmpdfamdlohfgbbodklohc |
Επίσημο URL | https://chromewebstore.google.com/detail/developer-cheat-sheet/odkopabfklhmpdfamdlohfgbbodklohc |
Περιγραφή | A cheat sheet for a developer is the place where the developer will save all the unique things. this is pre-alpha version |
Μέγεθος Αρχείου | 2.1 MB |
Αριθμός Εγκαταστάσεων | 49 |
Τρέχουσα Έκδοση | 0.0.4 |
Τελευταία Ενημέρωση | 2020-10-10 |
Ημερομηνία Δημοσίευσης | 2020-10-01 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | nmurciano1 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Developer Cheat Sheet", "name": "Developer Cheat Sheet", "description": "A cheat sheet for a developer is the place where the developer will save all the unique things. this is pre-alpha version", "manifest_version": 2, "version": "0.0.4", "browser_action": { "default_popup": "index.html", "default_title": "Cheat Sheet" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "identity", "identity.email", "tabs", "clipboardRead" ], "oauth2": { "client_id": "17304686700-qhft0nc28a6nedt5f1t2fjb8dlkasuku.apps.googleusercontent.com", "scopes": [ "profile" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuF52U3s+uobLxz+Ejf3HOEIL9aI9Wr+kSnPNRye2tzFAyForIQ55RlUZ\/ewC\/88qUvJCwgTM3bAlUWSxN8H2d2\/mrfDNJixILcmmfCAVPc3ZvbiVytmNy6owPo7Z0g3Oca5Ulcsj8hd\/m8mjNQ2bw5Yv\/auRWJc3KbNxEtyZ3\/Bzuhn7iiD227pWupESDq7fBJqEdKvZIE3GjHFjfNEhrypHLsdfidzEaqed71q4h5sjPgWBCG9uJbxJ8kzkoNoeefb\/tvJbMWlp3HIdDeQCJ1lbdPisZ5xcCriBKidZ43SFPFe0LeRf10xDuao72nvUKTgH53zGUpDazyu0eaBnVwIDAQAB" } |