MeowMeowFacts
A fun cat fact with every new tab :)
Vad är MeowMeowFacts?
MeowMeowFacts är en Chrome-tillägg utvecklad av https://seanandthomas.com, och dess huvudfunktion är "A fun cat fact with every new tab :)".
Tilläggsskärmbilder
Ladda ner MeowMeowFacts-förlängningens CRX-fil
Ladda ner MeowMeowFacts-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
A Chrome Extension made by Sean and Thomas. Each time you open a new tab, you get a cat fact! We proudly have the largest cat facts database on the internet…how PAWSOME is that?! Let us know what you think :)
Want to help contribute or know a cool cat fact? Email us at [email protected]
Cats and cuteness by collaboration with Studio Jeanne => studiojeanne.com Grundläggande Information om Tillägg
| Namn | |
| ID | mbjjeoifjkenllinddfmibncnfmcofkl |
| Officiell webbadress | https://chromewebstore.google.com/detail/meowmeowfacts/mbjjeoifjkenllinddfmibncnfmcofkl |
| Beskrivning | A fun cat fact with every new tab :) |
| Filstorlek | 764 KB |
| Antal Installationer | 123 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2018-03-16 |
| Publiceringsdatum | 2018-03-15 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | https://seanandthomas.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://seanandthomas.com |
| Hjälpsida URL | https://hacksmithlabs.com |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "MeowMeowFacts",
"description": "A fun cat fact with every new tab :)",
"version": "1.2",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"icons": {
"128": "cat_icon128.png"
}
} | |