Quotemark

Save quotes from all over the web!

Apa itu Quotemark?

Quotemark adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Save quotes from all over the web!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Quotemark

Unduh file ekstensi Quotemark 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

                        Quotemark lets you save quotes from the internet and bookmark them. A list of quotes is saved in the extension's popup. Clicking on the quote, brings you back to the original web-page, where the quote is highlighted and in focus.                    

Informasi Dasar Ekstensi

Nama Quotemark Quotemark
ID klgfbfafpkfkchoeemoeicggojkdgecl
URL Resmi https://chromewebstore.google.com/detail/quotemark/klgfbfafpkfkchoeemoeicggojkdgecl
Deskripsi Save quotes from all over the web!
Ukuran File 20.62 KB
Jumlah Instalasi 18
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-11-21
Tanggal Publikasi 2019-11-16
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotemark",
    "version": "1.0",
    "description": "Save quotes from all over the web!",
    "permissions": [
        "tabs",
        "contextMenus",
        "",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js",
            "contextmenu.js"
        ]
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": ".\/icons\/iconcontrast.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "icons": {
        "16": ".\/icons\/iconcontrast.png",
        "48": ".\/icons\/iconcontrast.png",
        "128": ".\/icons\/iconcontrast.png"
    },
    "manifest_version": 2
}