Reddit Smart Share

Simple sharing plugin for reddit.

Reddit Smart Shareとは何ですか?

Reddit Smart ShareはItsLennysFaultによって開発されたChromeの拡張機能で、その主な機能は「Simple sharing plugin for reddit.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Simple extension to make it easier to share things from Reddit. All it does is add a small icon to the top left corner of any reddit video player with a link to the direct video URL.                    

拡張機能の基本情報

名前 Reddit Smart Share Reddit Smart Share
ID ldggeafbkacldageoihoigakolmgeekg
公式URL https://chromewebstore.google.com/detail/reddit-smart-share/ldggeafbkacldageoihoigakolmgeekg
説明 Simple sharing plugin for reddit.
ファイルサイズ 14.88 KB
インストール数 89
現在のバージョン 0.0.1
最終更新日 2018-01-29
公開日 2018-01-29
評価 5.00/5 合計 1 レビュー
開発者 ItsLennysFault
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/RedditSmartShare/RedditSmartShareChrome
ヘルプページのURL https://github.com/RedditSmartShare/RedditSmartShareChrome
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Smart Share",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Simple sharing plugin for reddit.",
    "homepage_url": "https:\/\/github.com\/RedditSmartShare\/RedditSmartShareChrome",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/www.reddit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*.png"
    ]
}