Note Tab
Chrome extension for quick notes and calculations in the new tab
Note Tabとは何ですか?
Note TabはYuriy Romadinによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for quick notes and calculations in the new tab」です。
拡張機能のスクリーンショット
Note Tab拡張機能のCRXファイルをダウンロード
Note Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Your new tab page will be divided into two blocks: on the left, you have text/code editor for your quick notes or code snippets, on the right side you have "smart" calculator notepad, where you can perform basic math operations.
拡張機能の基本情報
名前 | Note Tab |
ID | gefmkkebioafinkcmbdpncgnndifcbea |
公式URL | https://chromewebstore.google.com/detail/note-tab/gefmkkebioafinkcmbdpncgnndifcbea |
説明 | Chrome extension for quick notes and calculations in the new tab |
ファイルサイズ | 2.25 MB |
インストール数 | 59 |
現在のバージョン | 1.0.1 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Yuriy Romadin |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/yuriyromadin/notetab |
ヘルプページのURL | https://github.com/yuriyromadin/notetab |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Note Tab", "version": "1.0.1", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "description": "Chrome extension for quick notes and calculations in the new tab", "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ], "background": { "scripts": [ "static\/app.background.js" ] }, "browser_action": { "default_icon": "static\/icon-16.png" }, "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" } } |