Morning Routine
This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning
Morning Routineとは何ですか?
Morning Routineはjavierguzmandevによって開発されたChromeの拡張機能で、その主な機能は「This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning」です。
拡張機能のスクリーンショット
Morning Routine拡張機能のCRXファイルをダウンロード
Morning Routine拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This add-on lets you to specify in the options a bunch of web pages URLs separated by a line. When you are in your morning routine you can click the add-on icon and it will open your favorites web pages.
拡張機能の基本情報
名前 | Morning Routine |
ID | oomonogdlncffnaapifnabnobndkiojm |
公式URL | https://chromewebstore.google.com/detail/morning-routine/oomonogdlncffnaapifnabnobndkiojm |
説明 | This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning |
ファイルサイズ | 7.22 KB |
インストール数 | 39 |
現在のバージョン | 1.0 |
最終更新日 | 2022-10-21 |
公開日 | 2022-10-20 |
開発者 | javierguzmandev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/javierguzman/morning-routine |
ヘルプページのURL | https://github.com/javierguzman/morning-routine |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning", "manifest_version": 3, "name": "Morning Routine", "version": "1.0", "author": "Javier Guzman", "homepage_url": "https:\/\/github.com\/javierguzman\/morning-routine", "icons": { "48": "icons\/coffee-cup-48.png" }, "action": { "default_icon": { "48": "icons\/coffee-cup-48.png" }, "default_title": "Morning Routine" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html" }, "permissions": [ "storage" ] } |