Reddit News Fixer

Fixes Reddit News Subreddit Names

Reddit News Fixerとは何ですか?

Reddit News FixerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Fixes Reddit News Subreddit Names」です。

拡張機能のスクリーンショット

screenshot

Reddit News Fixer拡張機能のCRXファイルをダウンロード

Reddit News Fixer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Still subscribed to r/news and r/worldnews?
Surf in smug style with this more truthful helper for renaming the links to those subreddits.                    

拡張機能の基本情報

名前 Reddit News Fixer Reddit News Fixer
ID olhjigkfnlocckgkfhgikjejjcdipgcp
公式URL https://chromewebstore.google.com/detail/reddit-news-fixer/olhjigkfnlocckgkfhgikjejjcdipgcp
説明 Fixes Reddit News Subreddit Names
ファイルサイズ 55.02 KB
インストール数 12
現在のバージョン 1.1
最終更新日 2014-02-12
公開日 2014-02-12
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit News Fixer",
    "version": "1.1",
    "description": "Fixes Reddit News Subreddit Names",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "News Subreddits Fixed!"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}