Add-ons for Evernote Web App
Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.
Add-ons for Evernote Web Appとは何ですか?
Add-ons for Evernote Web Appはvlxによって開発されたChromeの拡張機能で、その主な機能は「Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.」です。
拡張機能のスクリーンショット
Add-ons for Evernote Web App拡張機能のCRXファイルをダウンロード
Add-ons for Evernote Web App拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Updated for the new Evernote Web version: highlight text with any color, sort tables, sort lists and checklists, set any font size, justify text. Not affiliated with Evernote Corp.
拡張機能の基本情報
名前 | Add-ons for Evernote Web App |
ID | bnflfnhcfikgmmcmoghhejelmefpjhek |
公式URL | https://chromewebstore.google.com/detail/add-ons-for-evernote-web/bnflfnhcfikgmmcmoghhejelmefpjhek |
説明 | Highlight text with any color; sort tables, lists and checklists; set any font size, justify text. |
ファイルサイズ | 27.74 KB |
インストール数 | 2,939 |
現在のバージョン | 25 |
最終更新日 | 2020-11-20 |
公開日 | 2019-05-09 |
評価 | 4.54/5 合計 26 レビュー |
開発者 | vlx |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://colorcab-88f01.firebaseapp.com/evernote/support.html |
プライバシーポリシーページのURL | https://colorcab-88f01.firebaseapp.com/privacy-policy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add-ons for Evernote Web App", "description": "Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.", "version": "25", "permissions": [ "https:\/\/www.evernote.com\/", "activeTab" ], "web_accessible_resources": [ "en\/entextbeta.js", "en\/entables.js", "en\/enalpha.js", "en\/enchecklist.js", "en\/entblsort.js" ], "icons": { "16": "img\/ico16.png", "48": "img\/ico48.png", "128": "img\/ico128.png" }, "browser_action": { "default_icon": "img\/ico19.png", "default_popup": "vlxevernote.html" } } |