Little page Notepad
Create a note for page
Cos'è Little page Notepad?
Little page Notepad è un'estensione di Chrome sviluppata da https://sites.google.com/site/virus191288, e la sua funzione principale è "Create a note for page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Little page Notepad
Scarica i file di estensione Little page Notepad 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
Create a note for the site(web page). Features: - Save and load you note - Synchronization - editing notes Rus: Маленький web блокнот для сохранения заметок на странице. Умеет сохранять, загружать, редактировать и синхронизировать заметки.
Informazioni di Base sull'Estensione
Nome | Little page Notepad |
ID | mlngcccmmbnihhbfcnhppmefapbbjfea |
URL Ufficiale | https://chromewebstore.google.com/detail/little-page-notepad/mlngcccmmbnihhbfcnhppmefapbbjfea |
Descrizione | Create a note for page |
Dimensione del File | 13.35 KB |
Conteggio Installazioni | 150 |
Versione Corrente | 0.5.3 |
Ultimo Aggiornamento | 2015-10-19 |
Data di Pubblicazione | 2015-10-19 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://sites.google.com/site/virus191288 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://mycrealife.ru/ |
URL della Pagina di Aiuto | http://mycrealife.ru/%D0%BE%D0%B1%D1%81%D1%83%D0%B6%D0%B4%D0%B5%D0%BD%D0%B8%D0%B5-%D1%81%D0%B0%D0%B9%D1%82%D0%B0 |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "browser-action.png", "default_title": "Create a note for page", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "popup.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Create a note for page", "icons": { "128": "icon.png", "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "name": "Little page Notepad", "options_page": "options.html", "permissions": [ "tabs", "storage" ], "manifest_version": 2, "version": "0.5.3" } |