Reddit visible arrows
Show reddit arrows regardless of subreddit style
什么是Reddit visible arrows?
Reddit visible arrows是由CarlosCheddar开发的Chrome扩展程序,该扩展的主要功能是“Show reddit arrows regardless of subreddit style”。
扩展截图
下载Reddit visible arrows扩展crx文件
下载Reddit visible arrows扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ehakajcimcpgbaebammmaaacfmnmefjd |
官方URL | https://chrome.google.com/webstore/detail/reddit-visible-arrows/ehakajcimcpgbaebammmaaacfmnmefjd |
简介 | Show reddit arrows regardless of subreddit style |
文件大小 | 9.7 KB |
安装次数 | 223 |
当前版本 | 0.3.0 |
更新时间 | 2017-11-26 |
上架时间 | 2017-11-26 |
评分 | 5.00/5 共3次评分 |
开发者 | CarlosCheddar |
付费类型 | free |
扩展官网 | https://github.com/carloscheddar/reddit_visible_arrows |
帮助页面URL | https://github.com/carloscheddar/reddit_visible_arrows |
支持的语言 | 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" } } |