Chrome Note
A handy way to keep notes while you browse the web
Vad är Chrome Note?
Chrome Note är en Chrome-tillägg utvecklad av gazza7205, och dess huvudfunktion är "A handy way to keep notes while you browse the web".
Tilläggsskärmbilder
Ladda ner Chrome Note-förlängningens CRX-fil
Ladda ner Chrome Note-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 :)
Grundläggande Information om Tillägg
Namn | Chrome Note |
ID | aockhgcalnpkacmmbabpenflbdikonmg |
Officiell webbadress | https://chromewebstore.google.com/detail/chrome-note/aockhgcalnpkacmmbabpenflbdikonmg |
Beskrivning | A handy way to keep notes while you browse the web |
Filstorlek | 86.14 KB |
Antal Installationer | 1,069 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2015-07-26 |
Publiceringsdatum | 2015-07-26 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | gazza7205 |
Betalningssätt | free |
Stödda Språk | 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" ] } |