Alotnote

Notlarını Hızlıca Kaydet, Her Yerden Ulaş!

Wat is Alotnote?

Alotnote is een Chrome-extensie ontwikkeld door Çelik Yazılım, en de belangrijkste functie is "Notlarını Hızlıca Kaydet, Her Yerden Ulaş!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Alotnote

Download Alotnote-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

                        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.                    

Basisinformatie over de Extensie

Naam Alotnote Alotnote
ID jnndmlfiphpadpoobfgojibmkajhdmdi
Officiële URL https://chromewebstore.google.com/detail/alotnote/jnndmlfiphpadpoobfgojibmkajhdmdi
Beschrijving Notlarını Hızlıca Kaydet, Her Yerden Ulaş!
Bestandsgrootte 16.18 KB
Aantal Installaties 26
Huidige Versie 1.0
Laatst Bijgewerkt 2018-10-18
Publicatiedatum 2018-10-18
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Çelik Yazılım
Betalingswijze free
Extensiewebsite https://alotnote.com
Ondersteunde Talen 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
}