Dia de Muertos para Vivos
Have photos of 'Dia de Muertos' as your new-tab background in memory of the victims of the earthquakes of September 2017 in Mexico.
Dia de Muertos para Vivosとは何ですか?
Dia de Muertos para Vivosはgriyftanによって開発されたChromeの拡張機能で、その主な機能は「Have photos of 'Dia de Muertos' as your new-tab background in memory of the victims of the earthquakes of September 2017 in Mexico.」です。
拡張機能のスクリーンショット
Dia de Muertos para Vivos拡張機能のCRXファイルをダウンロード
Dia de Muertos para Vivos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension that lets you admire the beauty of this ancestral celebration during your daily routine while at the same time giving you the option to help the victims of the earthquakes of September 2017 that affected Mexico.
拡張機能の基本情報
名前 | |
ID | gflfmhglcllnbofggoilmpafeofaefae |
公式URL | https://chromewebstore.google.com/detail/dia-de-muertos-para-vivos/gflfmhglcllnbofggoilmpafeofaefae |
説明 | Have photos of 'Dia de Muertos' as your new-tab background in memory of the victims of the earthquakes of September 2017 in Mexico. |
ファイルサイズ | 61.64 KB |
インストール数 | 82 |
現在のバージョン | 1.3 |
最終更新日 | 2017-12-17 |
公開日 | 2017-12-17 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | griyftan |
支払い方法 | free |
対応言語 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.3", "icons": { "128": "icon_128.png" }, "default_locale": "en", "permissions": [ "storage", "https:\/\/gist.githubusercontent.com\/", "https:\/\/instagram.com\/" ], "background": { "page": "preload_page\/index.html", "persistent": false }, "chrome_url_overrides": { "newtab": "tab_page\/index.html" } } |