Doge My Site
Add 'MUCH WOW' to any page on the web.
Vad är Doge My Site?
Doge My Site är en Chrome-tillägg utvecklad av https://michaelsolati.com, och dess huvudfunktion är "Add 'MUCH WOW' to any page on the web.".
Tilläggsskärmbilder
Ladda ner Doge My Site-förlängningens CRX-fil
Ladda ner Doge My Site-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
Add 'MUCH WOW' to any page on the web.
Added ability to change text on website to dogetalk.
If you code, please consider contributing https://github.com/MichaelSolati/doge-my-site Grundläggande Information om Tillägg
| Namn | |
| ID | ghefodhmgeofnfpbmjlkglokpgomcodc |
| Officiell webbadress | https://chromewebstore.google.com/detail/doge-my-site/ghefodhmgeofnfpbmjlkglokpgomcodc |
| Beskrivning | Add 'MUCH WOW' to any page on the web. |
| Filstorlek | 699 KB |
| Antal Installationer | 4,324 |
| Aktuell Version | 0.10.0 |
| Senast Uppdaterad | 2018-11-10 |
| Publiceringsdatum | 2018-11-09 |
| Betyg | 4.17/5 Totalt 35 Betyg |
| Utvecklare | https://michaelsolati.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://michaelsolati.com/code |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Doge My Site",
"version": "0.10.0",
"description": "Add 'MUCH WOW' to any page on the web.",
"browser_action": {
"default_title": "SUCH WOW",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"index.js"
]
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
],
"icons": {
"128": "icon.png"
}
} | |