Bookmate Sort

Enhances the https://bookmate.com experience.

Apa itu Bookmate Sort?

Bookmate Sort adalah ekstensi Chrome yang dikembangkan oleh Abbas Gussenov, dan fitur utamanya adalah "Enhances the https://bookmate.com experience.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Bookmate Sort

Unduh file ekstensi Bookmate Sort 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

                        Allow to sort all your books by page count.
Allow to see all your books in one massive list.
Allow to see all your premium books.
Allow to see all your books in English language.
Allow to see all your books in Russian language.                    

Informasi Dasar Ekstensi

Nama Bookmate Sort Bookmate Sort
ID diopcmnlghdhaacljhadmckickemajkb
URL Resmi https://chrome.google.com/webstore/detail/bookmate-sort/diopcmnlghdhaacljhadmckickemajkb
Deskripsi Enhances the https://bookmate.com experience.
Ukuran File 46.4 KB
Jumlah Instalasi 41
Versi Saat Ini 0.0.0.5
Terakhir Diperbarui 2018-07-16
Tanggal Publikasi 2018-07-16
Penilaian 2.00/5 Total 1 Penilaian
Pengembang Abbas Gussenov
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/gusenov/bookmate-sort
URL Halaman Bantuan https://github.com/gusenov/bookmate-sort/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmate Sort",
    "version": "0.0.0.5",
    "description": "Enhances the https:\/\/bookmate.com experience.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "Abbas Gussenov",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/*.bookmate.com\/*"
    ],
    "short_name": "BookmateSort"
}