Simple Quick Note
Simple extension for quick notes with a characters' counting feature
Was ist Simple Quick Note?
Simple Quick Note ist eine Chrome-Erweiterung, die von Roman Grinyov entwickelt wurde, und ihr Hauptmerkmal ist "Simple extension for quick notes with a characters' counting feature".
Erweiterungsscreenshots
Simple Quick Note-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simple Quick Note-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension is intended for quick notes that will be stored and synchronized in all your desktop devices Source code: https://goo.gl/hoYFHG
Grundlegende Informationen zur Erweiterung
Name | Simple Quick Note |
ID | jiabjkckgapmaalmfbjdkcbkpiafnfga |
Offizielle URL | https://chromewebstore.google.com/detail/simple-quick-note/jiabjkckgapmaalmfbjdkcbkpiafnfga |
Beschreibung | Simple extension for quick notes with a characters' counting feature |
Dateigröße | 118 KB |
Installationsanzahl | 647 |
Aktuelle Version | 1.3.12 |
Letztes Update | 2023-11-20 |
Veröffentlichungsdatum | 2018-08-16 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Roman Grinyov |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Quick Note", "description": "Simple extension for quick notes with a characters' counting feature", "version": "1.3.12", "icons": { "16": "img\/icons\/action-edit\/16x16.png", "48": "img\/icons\/action-edit\/48x48.png", "128": "img\/icons\/action-edit\/128x128.png" }, "browser_action": { "default_icon": { "16": "img\/icons\/action-edit\/16x16.png", "48": "img\/icons\/action-edit\/48x48.png", "128": "img\/icons\/action-edit\/128x128.png" }, "default_title": "Simple Quick Note", "default_popup": "html\/popup.html" }, "background": { "persistent": false, "scripts": [ "js\/common.js", "js\/events.js" ] }, "permissions": [ "storage" ], "options_ui": { "chrome_style": true, "page": "html\/options.html" } } |