Alotnote

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

Cos'è Alotnote?

Alotnote è un'estensione di Chrome sviluppata da Çelik Yazılım, e la sua funzione principale è "Notlarını Hızlıca Kaydet, Her Yerden Ulaş!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Alotnote

Scarica i file di estensione Alotnote 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Alotnote Alotnote
ID jnndmlfiphpadpoobfgojibmkajhdmdi
URL Ufficiale https://chromewebstore.google.com/detail/alotnote/jnndmlfiphpadpoobfgojibmkajhdmdi
Descrizione Notlarını Hızlıca Kaydet, Her Yerden Ulaş!
Dimensione del File 16.18 KB
Conteggio Installazioni 26
Versione Corrente 1.0
Ultimo Aggiornamento 2018-10-18
Data di Pubblicazione 2018-10-18
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Çelik Yazılım
Tipo di Pagamento free
Sito Web dell'Estensione https://alotnote.com
Lingue Supportate 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
}