Now To Meow
Replaces the text 'now' with 'meow'.
Vad är Now To Meow?
Now To Meow är en Chrome-tillägg utvecklad av Jeremy Mouton, och dess huvudfunktion är "Replaces the text 'now' with 'meow'.".
Ladda ner Now To Meow-förlängningens CRX-fil
Ladda ner Now To Meow-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
Replaced the word "now" with "meow".
Grundläggande Information om Tillägg
Namn | ![]() |
ID | elngnopokeojkeojolnennkikbdlfjnd |
Officiell webbadress | https://chrome.google.com/webstore/detail/now-to-meow/elngnopokeojkeojolnennkikbdlfjnd |
Beskrivning | Replaces the text 'now' with 'meow'. |
Filstorlek | 3.34 KB |
Antal Installationer | 51 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2013-10-29 |
Publiceringsdatum | 2013-10-28 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Jeremy Mouton |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Now To Meow", "version": "1.0", "description": "Replaces the text 'now' with 'meow'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |