NewTab Editor
Make your new tab an editor.
NewTab Editorとは何ですか?
NewTab Editorはzy0x5f3759dfによって開発されたChromeの拡張機能で、その主な機能は「Make your new tab an editor.」です。
拡張機能のスクリーンショット
NewTab Editor拡張機能のCRXファイルをダウンロード
NewTab Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🌝Make your new tab an editor.🌝 Many times we have such troubles that we need to make some temporary notes, but don't know where to write them down. Use notes apps? It's too cumbersome! Use VSCode? Mere text is not enough! NewTabEditor can make your new tab a editor. Tap it and immediately start recording. You can use Markdown or richtext. You can record with title, bold text, emoji, table, code and more. Use it now to make recording easier~
拡張機能の基本情報
名前 | NewTab Editor |
ID | ffilklcelobcboidfinknighfknimkin |
公式URL | https://chromewebstore.google.com/detail/newtab-editor/ffilklcelobcboidfinknighfknimkin |
説明 | Make your new tab an editor. |
ファイルサイズ | 4.73 MB |
インストール数 | 513 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-05-12 |
公開日 | 2021-05-12 |
開発者 | zy0x5f3759df |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "http:\/\/localhost:8080\/", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "unlimitedStorage" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "chrome_url_overrides": { "newtab": "editor.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "options_page": "popup.html", "version": "1.0.0", "content_security_policy": "script-src 'self' ; object-src 'self'" } |