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!”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Tuskify Tagger for Evernote Tuskify Tagger for 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
电子邮箱 [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\/*"
    ]
}