Quotable

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

Vad är Quotable?

Quotable är en Chrome-tillägg utvecklad av Quotable, och dess huvudfunktion är "Displays random user-uploaded quotes on each blank 'new tab' HTML page.".

Tilläggsskärmbilder

screenshot

Ladda ner Quotable-förlängningens CRX-fil

Ladda ner Quotable-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Quotable Quotable
ID fljaohpdminegmhjohgejalhdkdcflhl
Officiell webbadress https://chromewebstore.google.com/detail/quotable/fljaohpdminegmhjohgejalhdkdcflhl
Beskrivning Displays random user-uploaded quotes on each blank 'new tab' HTML page.
Filstorlek 196 KB
Antal Installationer 44
Aktuell Version 1.3
Senast Uppdaterad 2019-06-16
Publiceringsdatum 2019-06-16
Betyg 4.00/5 Totalt 3 Betyg
Utvecklare Quotable
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://blueberriesafterdark.com/quotable-faq/
Stödda Språk 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
}