Quotes

Inspirational and famous quotes by authors you know and love. In a single click.

Co to jest Quotes?

Quotes to rozszerzenie Chrome opracowane przez Takeshi Nakamoto, a jego główną funkcją jest „Inspirational and famous quotes by authors you know and love. In a single click.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Quotes

Pobierz pliki rozszerzeń Quotes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension has the best famous quotes, inspirational words that will motivate you day by day.

Feature:

- Clean and minimal design.
- Very simple and fast.
- Click on the icon to open the pop up, no tabs.
- More than 1500 different random quotes.
- Tweet button allows you to quickly share your favorites quotes.

Enjoy it!


By Takeshi Nakamoto. 2018                    

Podstawowe informacje o rozszerzeniu

Nazwa Quotes Quotes
ID dfjohgimlgemdgecpbenenigohbelmlk
Oficjalny URL https://chromewebstore.google.com/detail/quotes/dfjohgimlgemdgecpbenenigohbelmlk
Opis Inspirational and famous quotes by authors you know and love. In a single click.
Rozmiar pliku 1.86 MB
Liczba instalacji 204
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2018-05-13
Data Publikacji 2018-05-12
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Takeshi Nakamoto
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://docs.google.com/document/d/1iTmO-vciNaxD8sSOc3kn6xVfb8JLCCIvBNeAGppqofg
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotes",
    "description": "Inspirational and famous quotes by authors you know and love. In a single click.",
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "offline_enabled": true,
    "manifest_version": 2,
    "version": "2.0"
}