Alotnote
Notlarını Hızlıca Kaydet, Her Yerden Ulaş!
Qu'est-ce que Alotnote ?
Alotnote est une extension Chrome développée par Çelik Yazılım, et sa fonction principale est "Notlarını Hızlıca Kaydet, Her Yerden Ulaş!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Alotnote
Téléchargez les fichiers d'extension Alotnote 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
Web'de gördüklerinizi Alotnote hesabınıza kaydetmek için Alotnote uzantısını kullanın. Saklamak istediğiniz bilgilerinizi, hızlıca Alotnote uzantısı sayesinde hesabınıza kaydedebilirsiniz. Unutmayın ki, bilgi herşeydir! BİLGİLERİNİZİ NOT ALIN, UNUTMAYIN! - Saklamak istediğiniz bilgileri, anlarınızı Alotnote hesabınıza not edin. Hiçbir şeyi unutmayın. Hayatınızı daha düzenli bir şekilde yaşamaya başlayın. ÖNEMLİ NOTLARINIZI YILDIZLAYIN! - Önemli notlarınızı yıldızlayarak, yıldızlı notlar bölümünden notlarınıza ulaşabilirsiniz. RESİMLERİNİZİ HESABINIZDA SAKLAYIN! - Önemli ve kaybolmasını istemediğiniz resimlerinizi Alotnote hesabınıza kaydedin ve istediğiniz her yerden ulaşım sağlayın. NOTLARINIZA DOSYALAR EKLEYİN! - Kaybolmasını istemediğiniz veya notunuz ile ilgili olduğunu düşündüğünüz dosyalarınızı, notlarınıza ekleyebilir ve her yerden ulaşım sağlayabilirsiniz.
Informations de Base sur l'Extension
Nom | Alotnote |
ID | jnndmlfiphpadpoobfgojibmkajhdmdi |
URL Officiel | https://chromewebstore.google.com/detail/alotnote/jnndmlfiphpadpoobfgojibmkajhdmdi |
Description | Notlarını Hızlıca Kaydet, Her Yerden Ulaş! |
Taille du Fichier | 16.18 KB |
Nombre d'Installations | 26 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-10-18 |
Date de Publication | 2018-10-18 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | Çelik Yazılım |
Type de Paiement | free |
Site Web de l'Extension | https://alotnote.com |
Langues Prises en Charge | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alotnote", "version": "1.0", "description": "Notlar\u0131n\u0131 H\u0131zl\u0131ca Kaydet, Her Yerden Ula\u015f!", "options_page": "options.html", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |