Chrome Cats Inc
Second Extension focusing on the worldwide issue of feline absence!
Co to jest Chrome Cats Inc?
Chrome Cats Inc to rozszerzenie Chrome opracowane przez ChromeCats, a jego główną funkcją jest „Second Extension focusing on the worldwide issue of feline absence!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chrome Cats Inc
Pobierz pliki rozszerzeń Chrome Cats Inc 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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | aojakjhbmglakfcpjfkloleajbdhbppl |
Oficjalny URL | https://chromewebstore.google.com/detail/chrome-cats-inc/aojakjhbmglakfcpjfkloleajbdhbppl |
Opis | Second Extension focusing on the worldwide issue of feline absence! |
Rozmiar pliku | 18.15 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2019-02-05 |
Data Publikacji | 2019-02-04 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | ChromeCats |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Cats Inc", "version": "0.1", "description": "Second Extension focusing on the worldwide issue of feline absence!", "permissions": [ "storage", "declarativeContent", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": "images\/cat48.png" }, "icons": { "16": "images\/cat16.png", "32": "images\/cat32.png", "48": "images\/cat48.png" }, "options_page": "options.html", "manifest_version": 2 } |