Evernote-Bookmarks
Quickly Add All of your Chrome Bookmarks to Evernote's Boookmark Service!
Wat is Evernote-Bookmarks?
Evernote-Bookmarks is een Chrome-extensie ontwikkeld door Elliott Beach, en de belangrijkste functie is "Quickly Add All of your Chrome Bookmarks to Evernote's Boookmark Service!".
Download het CRX-bestand van de extensie Evernote-Bookmarks
Download Evernote-Bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Quickly Add All of your Chrome Bookmarks to Evernote's Boookmark Service!
Basisinformatie over de Extensie
Naam | ![]() |
ID | fhafcmjlpffahladijfeopppipfpkeoj |
Officiële URL | https://chrome.google.com/webstore/detail/evernote-bookmarks/fhafcmjlpffahladijfeopppipfpkeoj |
Beschrijving | Quickly Add All of your Chrome Bookmarks to Evernote's Boookmark Service! |
Bestandsgrootte | 35.34 KB |
Aantal Installaties | 61 |
Huidige Versie | 0.1.0.4 |
Laatst Bijgewerkt | 2017-02-11 |
Publicatiedatum | 2017-02-11 |
Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Elliott Beach |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |