Memo On Websites

leave a memo on each website

Apa itu Memo On Websites?

Memo On Websites adalah ekstensi Chrome yang dikembangkan oleh wudy, dan fitur utamanya adalah "leave a memo on each website".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Memo On Websites

Unduh file ekstensi Memo On Websites 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

                        leave a memo on each website easily.

+ Sub domains are treated as separate websites.

(Example)
docs.google.com
map.google.com

+ Except for www

(Example)
www.google.com -> google.com                    

Informasi Dasar Ekstensi

Nama Memo On Websites Memo On Websites
ID cmcojnfblbfceeplflcbkejdodpfgjcc
URL Resmi https://chromewebstore.google.com/detail/memo-on-websites/cmcojnfblbfceeplflcbkejdodpfgjcc
Deskripsi leave a memo on each website
Ukuran File 12.32 KB
Jumlah Instalasi 343
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2017-12-07
Tanggal Publikasi 2017-12-06
Penilaian 5.00/5 Total 6 Penilaian
Pengembang wudy
Tipe Pembayaran free
Bahasa yang Didukung en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Memo On Websites",
    "author": "koosi",
    "homepage_url": "https:\/\/github.com\/koosi",
    "version": "1.0.0",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/disable_icon_128.png",
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "22.0",
    "short_name": "MemoOnWebsites"
}