Simple Notetaking
Just a simple plugin to take notes directly in your browser.
Vad är Simple Notetaking?
Simple Notetaking är en Chrome-tillägg utvecklad av Rafael Almeida, och dess huvudfunktion är "Just a simple plugin to take notes directly in your browser.".
Tilläggsskärmbilder
Ladda ner Simple Notetaking-förlängningens CRX-fil
Ladda ner Simple Notetaking-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
Grundläggande Information om Tillägg
Namn | Simple Notetaking |
ID | mkpcjcpfmgbnbnjjpkdlndjaaenbegpm |
Officiell webbadress | https://chromewebstore.google.com/detail/simple-notetaking/mkpcjcpfmgbnbnjjpkdlndjaaenbegpm |
Beskrivning | Just a simple plugin to take notes directly in your browser. |
Filstorlek | 40.92 KB |
Antal Installationer | 139 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2016-02-09 |
Publiceringsdatum | 2016-02-09 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Rafael Almeida |
Betalningssätt | free |
Stödda Språk | 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" ] } |