Simple Quick Note
Simple extension for quick notes with a characters' counting feature
Cos'è Simple Quick Note?
Simple Quick Note è un'estensione di Chrome sviluppata da Roman Grinyov, e la sua funzione principale è "Simple extension for quick notes with a characters' counting feature".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Quick Note
Scarica i file di estensione Simple Quick Note in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension is intended for quick notes that will be stored and synchronized in all your desktop devices Source code: https://goo.gl/hoYFHG
Informazioni di Base sull'Estensione
Nome | Simple Quick Note |
ID | jiabjkckgapmaalmfbjdkcbkpiafnfga |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-quick-note/jiabjkckgapmaalmfbjdkcbkpiafnfga |
Descrizione | Simple extension for quick notes with a characters' counting feature |
Dimensione del File | 118 KB |
Conteggio Installazioni | 647 |
Versione Corrente | 1.3.12 |
Ultimo Aggiornamento | 2023-11-20 |
Data di Pubblicazione | 2018-08-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Roman Grinyov |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |