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" } } |