Snap Note
A Chrome Extension in the form of a pop-up notepad with various functions
Was ist Snap Note?
Snap Note ist eine Chrome-Erweiterung, die von Arthelon entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome Extension in the form of a pop-up notepad with various functions".
Erweiterungsscreenshots
Snap Note-Erweiterungs-CRX-Datei herunterladen
Laden Sie Snap Note-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bcddlnpbfpldhhgpjkoedhcnjchldcff |
| Offizielle URL | https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff |
| Beschreibung | A Chrome Extension in the form of a pop-up notepad with various functions |
| Dateigröße | 277 KB |
| Installationsanzahl | 908 |
| Aktuelle Version | 0.0.5 |
| Letztes Update | 2015-09-11 |
| Veröffentlichungsdatum | 2015-09-11 |
| Bewertung | 3.91/5 Insgesamt 11 Bewertungen |
| Entwickler | Arthelon |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://github.com/Arthelon |
| Unterstützte Sprachen | 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"
]
} | |