Simple Notetaking
Just a simple plugin to take notes directly in your browser.
Wat is Simple Notetaking?
Simple Notetaking is een Chrome-extensie ontwikkeld door Rafael Almeida, en de belangrijkste functie is "Just a simple plugin to take notes directly in your browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Notetaking
Download Simple Notetaking-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
Basisinformatie over de Extensie
Naam | Simple Notetaking |
ID | mkpcjcpfmgbnbnjjpkdlndjaaenbegpm |
Officiële URL | https://chromewebstore.google.com/detail/simple-notetaking/mkpcjcpfmgbnbnjjpkdlndjaaenbegpm |
Beschrijving | Just a simple plugin to take notes directly in your browser. |
Bestandsgrootte | 40.92 KB |
Aantal Installaties | 139 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2016-02-09 |
Publicatiedatum | 2016-02-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Rafael Almeida |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Notetaking", "description": "Just a simple plugin to take notes directly in your browser.", "version": "1.0.0", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "default_title": "Simple Notetaking", "default_popup": "views\/popup.html" }, "permissions": [ "storage" ] } |