Tuskify Tagger for Evernote
Still trying to remember which tags to add to your notes? Let Tuskify Tagger do it for you!
Tuskify Tagger for Evernoteとは何ですか?
Tuskify Tagger for Evernoteはhttps://tuskify.comによって開発されたChromeの拡張機能で、その主な機能は「Still trying to remember which tags to add to your notes? Let Tuskify Tagger do it for you!」です。
拡張機能のスクリーンショット
Tuskify Tagger for Evernote拡張機能のCRXファイルをダウンロード
Tuskify Tagger for Evernote拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Part of the problem with keeping Evernote organized is knowing what tags to add to your notes. Tuskify Tagger is an extension for Google Chrome that integrates with the Evernote website to help you add relevant tags to your notes. Simply write your notes in Chrome as you normally would and Tuskify Tagger suggests relevant tags based on what you've written. Any tags that are found will be suggested, providing an easy shortcut to add them to your note. Please note, a Tuskify account is required. Sign up for free at https://www.tuskify.com for even more ways to automate Evernote.
拡張機能の基本情報
名前 | |
ID | jopenbeecpicjacplbogcffolilcgldc |
公式URL | https://chrome.google.com/webstore/detail/tuskify-tagger-for-everno/jopenbeecpicjacplbogcffolilcgldc |
説明 | Still trying to remember which tags to add to your notes? Let Tuskify Tagger do it for you! |
ファイルサイズ | 1.2 MB |
インストール数 | 57 |
現在のバージョン | 2.0.4 |
最終更新日 | 2017-11-20 |
公開日 | 2017-11-20 |
開発者 | https://tuskify.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.tuskify.com |
ヘルプページのURL | https://support.tuskify.com |
プライバシーポリシーページのURL | https://tuskify.com/Support/PrivacyPolicy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tuskify Tagger for Evernote", "short_name": "Tuskify Tagger for Evernote", "description": "Still trying to remember which tags to add to your notes? Let Tuskify Tagger do it for you!", "version": "2.0.4", "manifest_version": 2, "browser_action": { "default_icon": "img\/tusk-logo.png", "default_popup": "popup.html" }, "icons": { "64": "img\/tusk-logo.png" }, "author": { "name": "Tuskify", "twitter_handle": "tuskify" }, "content_scripts": [ { "css": [ "css\/styles.css" ], "js": [ "js\/jquery-1.10.2.min.js", "js\/fuse-2.5.0.min.js", "js\/script.js" ], "matches": [ "*:\/\/*.evernote.com\/*" ] } ], "permissions": [ "storage", "identity", "https:\/\/www.tuskify.com\/api\/Tagger\/*" ], "web_accessible_resources": [ "js\/*" ] } |