HWSwapWare
Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.
Vad är HWSwapWare?
HWSwapWare är en Chrome-tillägg utvecklad av chickenbellyfinn, och dess huvudfunktion är "Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.".
Ladda ner HWSwapWare-förlängningens CRX-fil
Ladda ner HWSwapWare-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
Replaces heatware profile URLs in the hardwareswap subreddit with the actual stats from the profile (positive/negative/neutral). The stats can be click on to view the profile page on heatware.
Grundläggande Information om Tillägg
Namn | |
ID | dcdphibeepdpehenljbnififgkkddaom |
Officiell webbadress | https://chrome.google.com/webstore/detail/hwswapware/dcdphibeepdpehenljbnififgkkddaom |
Beskrivning | Replaces heatware URLs with heatware feedback stats on /r/hardwareswap. |
Filstorlek | 41.4 KB |
Antal Installationer | 1,000 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2017-05-14 |
Publiceringsdatum | 2017-05-14 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | chickenbellyfinn |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HWSwapWare", "version": "1.4", "description": "Replaces heatware URLs with heatware feedback stats on \/r\/hardwareswap.", "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/r\/hardwareswap\/*" ], "js": [ "jquery-2.1.4.min.js", "content_script.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/www.heatware.com\/", "https:\/\/heatware.com\/" ] } |