Demotivation
Replace new tab page with pixelized troll faces.
Demotivationとは何ですか?
DemotivationはGenadi Samokovarovによって開発されたChromeの拡張機能で、その主な機能は「Replace new tab page with pixelized troll faces.」です。
拡張機能のスクリーンショット
Demotivation拡張機能のCRXファイルをダウンロード
Demotivation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Demotivations displays a pixelated troll face on new tabs. Just so your friends can keep on asking what's that.
拡張機能の基本情報
名前 | Demotivation |
ID | hhfijaoldpjpdeelnaickbegikodfnhh |
公式URL | https://chromewebstore.google.com/detail/demotivation/hhfijaoldpjpdeelnaickbegikodfnhh |
説明 | Replace new tab page with pixelized troll faces. |
ファイルサイズ | 26.89 KB |
インストール数 | 170 |
現在のバージョン | 0.1 |
最終更新日 | 2016-03-04 |
公開日 | 2016-03-04 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Genadi Samokovarov |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "demotivation.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replace new tab page with pixelized troll faces.", "icons": { "128": "icon-128.png", "64": "icon-64.png", "48": "icon-48.png", "16": "icon-16.png" }, "manifest_version": 2, "name": "Demotivation", "offline_enabled": true, "version": "0.1" } |