Snap Note
A Chrome Extension in the form of a pop-up notepad with various functions
Τι είναι το Snap Note;
Το Snap Note είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Arthelon, και η κύρια λειτουργία του είναι "A Chrome Extension in the form of a pop-up notepad with various functions".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Snap Note
Λήψη αρχείων επέκτασης Snap Note σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A Chrome Extension in the form of a pop-up notepad with various functions.
IMPORTANT :
Press the "Enter" key to toggle the note renaming function. Click once on any notepad and begin typing. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | bcddlnpbfpldhhgpjkoedhcnjchldcff |
| Επίσημο URL | https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff |
| Περιγραφή | A Chrome Extension in the form of a pop-up notepad with various functions |
| Μέγεθος Αρχείου | 277 KB |
| Αριθμός Εγκαταστάσεων | 908 |
| Τρέχουσα Έκδοση | 0.0.5 |
| Τελευταία Ενημέρωση | 2015-09-11 |
| Ημερομηνία Δημοσίευσης | 2015-09-11 |
| Αξιολόγηση | 3.91/5 Συνολικά 11 Αξιολογήσεις |
| Προγραμματιστής | Arthelon |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/Arthelon |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Snap Note",
"version": "0.0.5",
"manifest_version": 2,
"description": "A Chrome Extension in the form of a pop-up notepad with various functions",
"author": "Daniel Hsing",
"offline_enabled": true,
"background": {
"scripts": [
"js\/background.js"
]
},
"icons": {
"32": "images\/note-32.png",
"48": "images\/note-48.png",
"128": "images\/note-128.png"
},
"browser_action": {
"default_icon": "images\/note-128.png",
"default_title": "Snap Note",
"default_popup": "index.html"
},
"permissions": [
"unlimitedStorage"
],
"web_accessible_resources": [
"index.html",
"js\/popup.js"
]
} | |