Quotable

Displays random user-uploaded quotes on each blank 'new tab' HTML page.

Apa itu Quotable?

Quotable adalah ekstensi Chrome yang dikembangkan oleh Quotable, dan fitur utamanya adalah "Displays random user-uploaded quotes on each blank 'new tab' HTML page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Quotable

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

                        Quotable transforms the blank page of a new Chrome tab into your personal message board. Each new tab will display a quote randomly selected from your collection. You can use Quotable to help you memorize information, view inspirational messages, or display your favorite quotes. Add new quotes one at a time or upload them in bulk. You can even download your quotes from Quotable to save or use elsewhere as your collection grows.                    

Informasi Dasar Ekstensi

Nama Quotable Quotable
ID fljaohpdminegmhjohgejalhdkdcflhl
URL Resmi https://chromewebstore.google.com/detail/quotable/fljaohpdminegmhjohgejalhdkdcflhl
Deskripsi Displays random user-uploaded quotes on each blank 'new tab' HTML page.
Ukuran File 196 KB
Jumlah Instalasi 44
Versi Saat Ini 1.3
Terakhir Diperbarui 2019-06-16
Tanggal Publikasi 2019-06-16
Penilaian 4.00/5 Total 3 Penilaian
Pengembang Quotable
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://blueberriesafterdark.com/quotable-faq/
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotable",
    "description": "Displays random user-uploaded quotes on each blank 'new tab' HTML page.",
    "version": "1.3",
    "incognito": "split",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "quotable.html"
    },
    "manifest_version": 2
}