gamedesigning.org

Displays the most recent blog posts from GameDesigning.org conveniently from your browser toolbar. Gamedesigning.org aims to help…

gamedesigning.orgとは何ですか?

gamedesigning.orgはhttps://www.gamedesigning.orgによって開発されたChromeの拡張機能で、その主な機能は「Displays the most recent blog posts from GameDesigning.org conveniently from your browser toolbar. Gamedesigning.org aims to help…」です。

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

screenshot
screenshot
screenshot
screenshot

gamedesigning.org拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Displays the most recent blog posts from GameDesigning.org conveniently from your browser toolbar. Gamedesigning.org aims to help aspiring game designers create amazing video games, both for fun and for a living. 

Installing this extension will give you quick access to the latest and greatest video game design, development, and animation news and in-depth guides.                    

拡張機能の基本情報

名前 gamedesigning.org gamedesigning.org
ID egggkflomccaacnbfneckagcnggakhie
公式URL https://chromewebstore.google.com/detail/gamedesigningorg/egggkflomccaacnbfneckagcnggakhie
説明 Displays the most recent blog posts from GameDesigning.org conveniently from your browser toolbar. Gamedesigning.org aims to help…
ファイルサイズ 7.67 KB
インストール数 15
現在のバージョン 1.0
最終更新日 2015-11-13
公開日 2015-11-13
開発者 https://www.gamedesigning.org
支払い方法 free
拡張機能のウェブサイト http://www.gamedesigning.org
ヘルプページのURL http://www.gamedesigning.org/contact/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "gamedesigning.org",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "gamedesigning.org",
    "permissions": [
        "http:\/\/feeds.feedburner.com\/VideoGameDesigners"
    ],
    "version": "1.0"
}