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”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Reddit visible arrows Reddit visible arrows
ID ehakajcimcpgbaebammmaaacfmnmefjd
官方網址 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"
    }
}