Intend New Tab Page
Put what's most important right in front of you.
Intend New Tab Pageとは何ですか?
Intend New Tab Pageはhttps://intend.doによって開発されたChromeの拡張機能で、その主な機能は「Put what's most important right in front of you.」です。
拡張機能のスクリーンショット
Intend New Tab Page拡張機能のCRXファイルをダウンロード
Intend New Tab Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Stay focused on what's most important by putting it right on your new tab page. This extension is a tiny piece of a much larger system for orienting your life towards what matters to you. To sign up for Intend, go here: https://intend.do
拡張機能の基本情報
名前 | Intend New Tab Page |
ID | edocdpcgndegohhhonllogdaccoenaon |
公式URL | https://chromewebstore.google.com/detail/intend-new-tab-page/edocdpcgndegohhhonllogdaccoenaon |
説明 | Put what's most important right in front of you. |
ファイルサイズ | 232 KB |
インストール数 | 514 |
現在のバージョン | 1.0.2 |
最終更新日 | 2023-06-03 |
公開日 | 2018-04-21 |
評価 | 4.77/5 合計 13 レビュー |
開発者 | https://intend.do |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://intend.do |
対応言語 | en |
manifest.json | |
{ "version": "1.0.2", "manifest_version": 3, "name": "Intend New Tab Page", "short_name": "Intend NTP", "description": "Put what's most important right in front of you.", "icons": { "16": "img\/ntp16.png", "32": "img\/ntp32.png", "48": "img\/ntp48.png", "128": "img\/ntp128.png" }, "incognito": "spanning", "permissions": [ "storage", "identity" ], "host_permissions": [ "https:\/\/intend.do\/*" ], "chrome_url_overrides": { "newtab": "newtabpage.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "action": { "default_popup": "newtabpage.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmCDErAbG4mU7rqsghR1uyIDH+0l7DujRqw+3SywsL9elb3MsL5B2iHjwfadqQRoUyPNsy3Jd6KaqlrXZFKIuKPBgOJvD3\/hkEGC4rSLMZnwJFoR\/oTMy\/MoFO1wsJIoleI\/NGpT6r1kh9jlKVZTCYDxXUBt95LmyN2SEQVrWbx\/VwyWCLBa11WgPNX\/k13BCbCCz\/Xtrw7EwuFe0N0wsgR7CAC2wDHHFNcZTcG0gYcJrZlYZoZXXur7QaBR11moWFs9PNNbxUPBvbLklD6jRts\/9eQd2dSgcBvo3QfWTi7sQM+3VFK4uhBQEiZmtn+cx2tgqq67Oya49vAv84FwY+wIDAQAB" } |