Stimulus
New tab page to motivate you to take advantage of life's fleeting opportunities
Stimulusとは何ですか?
StimulusはUnknownによって開発されたChromeの拡張機能で、その主な機能は「New tab page to motivate you to take advantage of life's fleeting opportunities」です。
拡張機能のスクリーンショット
Stimulus拡張機能のCRXファイルをダウンロード
Stimulus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces new tab page with a dwindling counter of all the things you enjoy in life.
拡張機能の基本情報
名前 | Stimulus |
ID | badbnmdfdmbccganmgmmgdgdaffgkiag |
公式URL | https://chromewebstore.google.com/detail/stimulus/badbnmdfdmbccganmgmmgdgdaffgkiag |
説明 | New tab page to motivate you to take advantage of life's fleeting opportunities |
ファイルサイズ | 59.93 KB |
インストール数 | 14 |
現在のバージョン | 0.1.0 |
最終更新日 | 2017-01-21 |
公開日 | 2017-01-21 |
評価 | 4.80/5 合計 20 レビュー |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/samm81/stimulus |
ヘルプページのURL | https://github.com/samm81/stimulus/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stimulus", "description": "New tab page to motivate you to take advantage of life's fleeting opportunities", "version": "0.1.0", "manifest_version": 2, "permissions": [], "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "offline_enabled": true } |