Chrome Cats Inc
Second Extension focusing on the worldwide issue of feline absence!
Hvad er Chrome Cats Inc?
Chrome Cats Inc er en Chrome-udvidelse udviklet af ChromeCats, og dens hovedfunktion er "Second Extension focusing on the worldwide issue of feline absence!".
Udvidelsesskærmbilleder
Download Chrome Cats Inc-udvidelses-CRX-fil
Download Chrome Cats Inc-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | aojakjhbmglakfcpjfkloleajbdhbppl |
Officiel URL | https://chromewebstore.google.com/detail/chrome-cats-inc/aojakjhbmglakfcpjfkloleajbdhbppl |
Beskrivelse | Second Extension focusing on the worldwide issue of feline absence! |
Filstørrelse | 18.15 KB |
Antal Installationer | 21 |
Nuværende Version | 0.1 |
Senest Opdateret | 2019-02-05 |
Udgivelsesdato | 2019-02-04 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | ChromeCats |
Betalingsmetode | free |
Understøttede Sprog | 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 } |