Doge ify - Super Doge!
A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.
Doge ify - Super Doge!とは何ですか?
Doge ify - Super Doge!はUnknownによって開発されたChromeの拡張機能で、その主な機能は「A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.」です。
拡張機能のスクリーンショット
Doge ify - Super Doge!拡張機能のCRXファイルをダウンロード
Doge ify - Super Doge!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Doge ify - Super Doge! |
ID | hmknopojacdmgooajhbfebnhiedhgkff |
公式URL | https://chromewebstore.google.com/detail/doge-ify-super-doge/hmknopojacdmgooajhbfebnhiedhgkff |
説明 | A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal. |
ファイルサイズ | 880 KB |
インストール数 | 398 |
現在のバージョン | 1.1 |
最終更新日 | 2017-01-18 |
公開日 | 2017-01-17 |
評価 | 2.67/5 合計 3 レビュー |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/adjavaherian/dogeify |
ヘルプページのURL | https://github.com/adjavaherian/dogeify/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Doge ify - Super Doge!", "short_name": "doge ify", "description": "A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.", "version": "1.1", "homepage_url": "https:\/\/github.com\/adjavaherian\/dogeify", "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Super Dogeify!" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "https:\/\/www.reddit.com\/" ] } |