Snap Note
A Chrome Extension in the form of a pop-up notepad with various functions
Wat is Snap Note?
Snap Note is een Chrome-extensie ontwikkeld door Arthelon, en de belangrijkste functie is "A Chrome Extension in the form of a pop-up notepad with various functions".
Extensie Screenshots
Download het CRX-bestand van de extensie Snap Note
Download Snap Note-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | bcddlnpbfpldhhgpjkoedhcnjchldcff |
| Officiële URL | https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff |
| Beschrijving | A Chrome Extension in the form of a pop-up notepad with various functions |
| Bestandsgrootte | 277 KB |
| Aantal Installaties | 908 |
| Huidige Versie | 0.0.5 |
| Laatst Bijgewerkt | 2015-09-11 |
| Publicatiedatum | 2015-09-11 |
| Beoordeling | 3.91/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | Arthelon |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://github.com/Arthelon |
| Ondersteunde Talen | 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"
]
} | |