Little page Notepad
Create a note for page
Qu'est-ce que Little page Notepad ?
Little page Notepad est une extension Chrome développée par https://sites.google.com/site/virus191288, et sa fonction principale est "Create a note for page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Little page Notepad
Téléchargez les fichiers d'extension Little page Notepad au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Create a note for the site(web page). Features: - Save and load you note - Synchronization - editing notes Rus: Маленький web блокнот для сохранения заметок на странице. Умеет сохранять, загружать, редактировать и синхронизировать заметки.
Informations de Base sur l'Extension
Nom | Little page Notepad |
ID | mlngcccmmbnihhbfcnhppmefapbbjfea |
URL Officiel | https://chromewebstore.google.com/detail/little-page-notepad/mlngcccmmbnihhbfcnhppmefapbbjfea |
Description | Create a note for page |
Taille du Fichier | 13.35 KB |
Nombre d'Installations | 150 |
Version Actuelle | 0.5.3 |
Dernière Mise à Jour | 2015-10-19 |
Date de Publication | 2015-10-19 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://sites.google.com/site/virus191288 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://mycrealife.ru/ |
URL de la Page d'Aide | 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 |
Langues Prises en Charge | 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" } |