Coder Quotes
Programming quotes will shows when you open every new tab in chrome
Co to jest Coder Quotes?
Coder Quotes to rozszerzenie Chrome opracowane przez http://ajithvgiri.com, a jego główną funkcją jest „Programming quotes will shows when you open every new tab in chrome”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Coder Quotes
Pobierz pliki rozszerzeń Coder 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
Introducing Coder Quotes - . Coder Quotes can define history, ideas and be crucial in our understanding of so many things - quotes is here to put programming quotes into one place. Coder quotes is your online library for programmer quotes.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nebgecgefmfhhagfljmmjegmafkdihne |
Oficjalny URL | https://chrome.google.com/webstore/detail/coder-quotes/nebgecgefmfhhagfljmmjegmafkdihne |
Opis | Programming quotes will shows when you open every new tab in chrome |
Rozmiar pliku | 17.55 KB |
Liczba instalacji | 48 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2018-11-17 |
Data Publikacji | 2018-11-17 |
Ocena | 5.00/5 Łącznie 8 Oceny |
Deweloper | http://ajithvgiri.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ajithvgiri/coder_quotes |
Adres URL Strony Pomocy | https://github.com/ajithvgiri/coder_quotes |
Adres URL Strony Polityki Prywatności | https://www.freeprivacypolicy.com/privacy/view/76930026cda91ac0386a5e843bd4c6ef |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coder Quotes", "short_name": "coder quotes", "description": "Programming quotes will shows when you open every new tab in chrome", "version": "1.3", "author": "Ajith v Giri", "browser_action": { "default_title": "New Tab" }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage" ] } |