Quick Editor
This extension quickly converts a tab into a quick editor
Quick Editorとは何ですか?
Quick EditorはManivannan Rによって開発されたChromeの拡張機能で、その主な機能は「This extension quickly converts a tab into a quick editor」です。
拡張機能のスクリーンショット
Quick Editor拡張機能のCRXファイルをダウンロード
Quick Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Searching for notepad... Turn chrome tab into editable notepad. More features coming soon..
拡張機能の基本情報
名前 | Quick Editor |
ID | ehkakhfdjcfkijobfgbejedjggklojog |
公式URL | https://chromewebstore.google.com/detail/quick-editor/ehkakhfdjcfkijobfgbejedjggklojog |
説明 | This extension quickly converts a tab into a quick editor |
ファイルサイズ | 4.07 KB |
インストール数 | 81 |
現在のバージョン | 1.0 |
最終更新日 | 2017-05-18 |
公開日 | 2017-05-18 |
開発者 | Manivannan R |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Editor", "short_name": "Turn chrome tab to text editor", "description": "This extension quickly converts a tab into a quick editor", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_title": "Quick Editor" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |