Alotnote

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

What is Alotnote?

Alotnote is a Chrome extension developed by Çelik Yazılım, and its main feature is "Notlarını Hızlıca Kaydet, Her Yerden Ulaş!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Alotnote Extension CRX File

Download Alotnote extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Alotnote Alotnote
ID jnndmlfiphpadpoobfgojibmkajhdmdi
Official URL https://chromewebstore.google.com/detail/alotnote/jnndmlfiphpadpoobfgojibmkajhdmdi
Description Notlarını Hızlıca Kaydet, Her Yerden Ulaş!
File Size 16.18 KB
Installation Count 26
Current Version 1.0
Last Updated 2018-10-18
Publish Date 2018-10-18
Rating 5.00/5 Total 6 Ratings
Developer Çelik Yazılım
Payment Type free
Extension Website https://alotnote.com
Supported Languages 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
}