Pop-up Notes

Simple and easy quick notes.

Apa itu Pop-up Notes?

Pop-up Notes adalah ekstensi Chrome yang dikembangkan oleh Leon Tuček, dan fitur utamanya adalah "Simple and easy quick notes.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pop-up Notes

Unduh file ekstensi Pop-up Notes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Simple and easy quick notes. Write and read your notes in your browser with Pop-up Notes Extension. Customize font, font color, background color, lines color.                    

Informasi Dasar Ekstensi

Nama Pop-up Notes Pop-up Notes
ID akdcjhfcjkncbgibooldjcfinlepdbgf
URL Resmi https://chrome.google.com/webstore/detail/pop-up-notes/akdcjhfcjkncbgibooldjcfinlepdbgf
Deskripsi Simple and easy quick notes.
Ukuran File 25.56 KB
Jumlah Instalasi 214
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-04-01
Tanggal Publikasi 2015-04-01
Penilaian 4.00/5 Total 3 Penilaian
Pengembang Leon Tuček
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pop-up Notes",
    "options_page": "options.html",
    "description": "Simple and easy quick notes.",
    "icons": {
        "128": "images\/notes-128x128.png",
        "16": "images\/notes-16x16.png",
        "48": "images\/notes-48x48.png"
    },
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}