Evernote-Bookmarks

Quickly Add All of your Chrome Bookmarks to Evernote's Boookmark Service!

What is Evernote-Bookmarks?

Evernote-Bookmarks is a Chrome extension developed by Elliott Beach, and its main feature is "Quickly Add All of your Chrome Bookmarks to Evernote's Boookmark Service!".

Download Evernote-Bookmarks Extension CRX File

Download Evernote-Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Quickly Add All of your Chrome Bookmarks to Evernote's Boookmark Service!                    

Extension Basic Information

Name Evernote-Bookmarks Evernote-Bookmarks
ID fhafcmjlpffahladijfeopppipfpkeoj
Official URL https://chrome.google.com/webstore/detail/evernote-bookmarks/fhafcmjlpffahladijfeopppipfpkeoj
Description Quickly Add All of your Chrome Bookmarks to Evernote's Boookmark Service!
File Size 35.34 KB
Installation Count 61
Current Version 0.1.0.4
Last Updated 2017-02-11
Publish Date 2017-02-11
Rating 2.00/5 Total 1 Ratings
Developer Elliott Beach
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Evernote-Bookmarks",
    "version": "0.1.0.4",
    "description": "",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/arcane-mountain-77715.herokuapp.com\/bookmarks",
                "http:\/\/localhost:5000\/bookmarks"
            ],
            "js": [
                "config.js",
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "bookmarks",
        "tabs"
    ]
}