俄罗斯方块
俄罗斯方块
俄罗斯方块とは何ですか?
俄罗斯方块はUnknownによって開発されたChromeの拡張機能で、その主な機能は「俄罗斯方块」です。
拡張機能のスクリーンショット
俄罗斯方块拡張機能のCRXファイルをダウンロード
俄罗斯方块拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
基于Google Chrome 浏览器的俄罗斯插件, 在您浏览学习的同时随时可以玩的小游戏
拡張機能の基本情報
名前 | 俄罗斯方块 |
ID | meaihhpenjllgjkkpigdkcjoboofgnih |
公式URL | https://chromewebstore.google.com/detail/%E4%BF%84%E7%BD%97%E6%96%AF%E6%96%B9%E5%9D%97/meaihhpenjllgjkkpigdkcjoboofgnih |
説明 | 俄罗斯方块 |
ファイルサイズ | 89.73 KB |
インストール数 | 833 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-01-02 |
公開日 | 2019-12-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u4fc4\u7f57\u65af\u65b9\u5757", "version": "1.0.0", "manifest_version": 2, "description": "\u4fc4\u7f57\u65af\u65b9\u5757", "icons": { "128": "icon.png" }, "browser_action": { "default_title": "", "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "", "background": { "persistent": false, "scripts": [ "jquery-3.2.1.js", "background.js" ] }, "web_accessible_resources": [ "jquery-3.2.1.js" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |