DogeWeb
Makes websites more DOGElicious.
Vad är DogeWeb?
DogeWeb är en Chrome-tillägg utvecklad av http://jasx.org, och dess huvudfunktion är "Makes websites more DOGElicious.".
Tilläggsskärmbilder
Ladda ner DogeWeb-förlängningens CRX-fil
Ladda ner DogeWeb-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
Lets you engage doge-mode in your browser. Making it rather colorful. Released under a creative commons non-commercial license. If you somehow like this, and feel inclined, you can send some dogecoins to: DEbdPaVwNukCan3kL3nP6KXNgJPJpLunvB
Grundläggande Information om Tillägg
Namn | |
ID | eigopaaaokciainadmkbmdpfahafgmfi |
Officiell webbadress | https://chrome.google.com/webstore/detail/dogeweb/eigopaaaokciainadmkbmdpfahafgmfi |
Beskrivning | Makes websites more DOGElicious. |
Filstorlek | 61 KB |
Antal Installationer | 264 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2014-01-01 |
Publiceringsdatum | 2014-01-01 |
Betyg | 4.25/5 Totalt 8 Betyg |
Utvecklare | http://jasx.org |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DogeWeb", "description": "Makes websites more DOGElicious.", "version": "1.0.0", "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.js", "doge.js" ] } ], "web_accessible_resources": [ "jquery.js", "doge.js", "doge.css" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "doge_48.png" }, "icons": { "16": "doge_16.png", "48": "doge_48.png", "128": "doge_128.png" }, "permissions": [ "tabs" ] } |