Evernote-Bookmarks
Quickly Add All of your Chrome Bookmarks to Evernote's Boookmark Service!
Apa itu Evernote-Bookmarks?
Evernote-Bookmarks adalah ekstensi Chrome yang dikembangkan oleh Elliott Beach, dan fitur utamanya adalah "Quickly Add All of your Chrome Bookmarks to Evernote's Boookmark Service!".
Unduh Berkas CRX Ekstensi Evernote-Bookmarks
Unduh file ekstensi Evernote-Bookmarks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Quickly Add All of your Chrome Bookmarks to Evernote's Boookmark Service!
Informasi Dasar Ekstensi
Nama | ![]() |
ID | fhafcmjlpffahladijfeopppipfpkeoj |
URL Resmi | https://chrome.google.com/webstore/detail/evernote-bookmarks/fhafcmjlpffahladijfeopppipfpkeoj |
Deskripsi | Quickly Add All of your Chrome Bookmarks to Evernote's Boookmark Service! |
Ukuran File | 35.34 KB |
Jumlah Instalasi | 61 |
Versi Saat Ini | 0.1.0.4 |
Terakhir Diperbarui | 2017-02-11 |
Tanggal Publikasi | 2017-02-11 |
Penilaian | 2.00/5 Total 1 Penilaian |
Pengembang | Elliott Beach |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |