Reddit visible arrows
Show reddit arrows regardless of subreddit style
Co je Reddit visible arrows?
Reddit visible arrows je rozšíření Chrome vyvinuté CarlosCheddar, a jeho hlavní funkcí je „Show reddit arrows regardless of subreddit style“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Reddit visible arrows
Stáhněte si soubory rozšíření Reddit visible arrows ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension enables voting arrows regardless of the CSS that the subreddit uses. This also works for subreddits that require subscriptions to enable voting. Disclaimer: This extension resets the arrow positioning making subs like /r/ShitRedditSays seem like the arrows are inverted. This happens because some subs modify the sprites of the arrows making upvotes look like downvotes and viceversa.
Základní Informace o Rozšíření
Název | |
ID | ehakajcimcpgbaebammmaaacfmnmefjd |
Oficiální URL | https://chrome.google.com/webstore/detail/reddit-visible-arrows/ehakajcimcpgbaebammmaaacfmnmefjd |
Popis | Show reddit arrows regardless of subreddit style |
Velikost souboru | 9.7 KB |
Počet instalací | 223 |
Aktuální Verze | 0.3.0 |
Poslední Aktualizace | 2017-11-26 |
Datum Vydání | 2017-11-26 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | CarlosCheddar |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/carloscheddar/reddit_visible_arrows |
URL Stránky Nápovědy | https://github.com/carloscheddar/reddit_visible_arrows |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit visible arrows", "description": "Show reddit arrows regardless of subreddit style", "version": "0.3.0", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "*:\/\/*.reddit.com\/*" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon.png", "128": "icon128.png" } } |