Chrome Note
A handy way to keep notes while you browse the web
Wat is Chrome Note?
Chrome Note is een Chrome-extensie ontwikkeld door gazza7205, en de belangrijkste functie is "A handy way to keep notes while you browse the web".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Note
Download Chrome 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
This is a basic note taking application. I wanted something to keep notes while on the web and I wanted to take a stab at building a Chrome app. It is extremely basic and that was my intention. There are some improvements I'd like to make and will be doing so over time. I'll be putting this on GitHub soon too so you can fork/laugh at it :)
Basisinformatie over de Extensie
Naam | Chrome Note |
ID | aockhgcalnpkacmmbabpenflbdikonmg |
Officiële URL | https://chromewebstore.google.com/detail/chrome-note/aockhgcalnpkacmmbabpenflbdikonmg |
Beschrijving | A handy way to keep notes while you browse the web |
Bestandsgrootte | 86.14 KB |
Aantal Installaties | 1,069 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2015-07-26 |
Publicatiedatum | 2015-07-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | gazza7205 |
Betalingswijze | free |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Note", "description": "A handy way to keep notes while you browse the web", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "app\/index.html" }, "permissions": [ "activeTab" ] } |