Simple Quick Note
Simple extension for quick notes with a characters' counting feature
Wat is Simple Quick Note?
Simple Quick Note is een Chrome-extensie ontwikkeld door Roman Grinyov, en de belangrijkste functie is "Simple extension for quick notes with a characters' counting feature".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Quick Note
Download Simple Quick 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 extension is intended for quick notes that will be stored and synchronized in all your desktop devices Source code: https://goo.gl/hoYFHG
Basisinformatie over de Extensie
Naam | Simple Quick Note |
ID | jiabjkckgapmaalmfbjdkcbkpiafnfga |
Officiële URL | https://chromewebstore.google.com/detail/simple-quick-note/jiabjkckgapmaalmfbjdkcbkpiafnfga |
Beschrijving | Simple extension for quick notes with a characters' counting feature |
Bestandsgrootte | 118 KB |
Aantal Installaties | 647 |
Huidige Versie | 1.3.12 |
Laatst Bijgewerkt | 2023-11-20 |
Publicatiedatum | 2018-08-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Roman Grinyov |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |