Snow this website
Let It Snow Today
Snow this websiteとは何ですか?
Snow this websiteはmastaleru.rafaelによって開発されたChromeの拡張機能で、その主な機能は「Let It Snow Today」です。
拡張機能のスクリーンショット
Snow this website拡張機能のCRXファイルをダウンロード
Snow this website拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension add to your websites some snowflakes. You have the opportunity to catch them. You have 30 seconds to catch the snowflakes. When a snowflake is caught, another 2 snowflakes will appear on the screen.
拡張機能の基本情報
名前 | |
ID | dhodhnbmihkikehapfaellcieljelgnp |
公式URL | https://chrome.google.com/webstore/detail/snow-this-website/dhodhnbmihkikehapfaellcieljelgnp |
説明 | Let It Snow Today |
ファイルサイズ | 88.58 KB |
インストール数 | 654 |
現在のバージョン | 0.0.2 |
最終更新日 | 2016-12-16 |
公開日 | 2016-12-16 |
評価 | 3.50/5 合計 8 レビュー |
開発者 | mastaleru.rafael |
支払い方法 | free |
プライバシーポリシーページのURL | https://plusprivacy.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snow this website", "description": "Let It Snow Today", "version": "0.0.2", "browser_action": { "default_icon": "icons\/icon48.png" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "scripts\/snow.js", "content.js" ], "css": [ "snow.css" ] } ], "permissions": [ "activeTab", "storage", "tabs" ], "web_accessible_resources": [ "images\/*" ] } |