Random Meme

View a random meme with the click of a button.

Random Memeとは何ですか?

Random MemeはZack Holmbergによって開発されたChromeの拡張機能で、その主な機能は「View a random meme with the click of a button.」です。

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

screenshot
screenshot

Random Meme拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This chrome extensions pulls top memes from your favourite subreddits and displays them one at a time for your entertainment.                    

拡張機能の基本情報

名前 Random Meme Random Meme
ID ldgjdpabmocbcpgoalhdahdgedhodgko
公式URL https://chrome.google.com/webstore/detail/random-meme/ldgjdpabmocbcpgoalhdahdgedhodgko
説明 View a random meme with the click of a button.
ファイルサイズ 1.82 MB
インストール数 15
現在のバージョン 1.1.0
最終更新日 2020-03-11
公開日 2020-03-11
評価 5.00/5 合計 1 レビュー
開発者 Zack Holmberg
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Meme",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "View a random meme with the click of a button.",
    "permissions": [
        "storage",
        "https:\/\/www.reddit.com\/"
    ],
    "browser_action": {
        "default_icon": "images\/logo2.png",
        "default_popup": "index.html",
        "default_title": "Random Meme"
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}