Coder Social home page Coder Social logo

codeverdotdev / codever-browser-extension Goto Github PK

View Code? Open in Web Editor NEW
11.0 1.0 4.0 53.14 MB

Chrome extension to help you easily save bookmarks and snippets to www.codever.dev

Home Page: https://chrome.google.com/webstore/detail/codever/diofdblfhjbpgackifolmboaiccmebjb

JavaScript 100.00%
chrome-extension bookmarks bookmarklet bookmarks-manager bookmark-manager

codever-browser-extension's Introduction

Codever Browser Extension

Browser extension to easily save bookmarks, code snippets or notes from the web to www.codever.dev, the Bookmarks, Snippets and Notes Manager for Developers & Co.

Install

This browser extension is available for:

Chrome Chrome
Chrome Firefox

If you can't use Browser Extensions, or you have a tight security blocking pop-up windows from extensions (Firefox blocks new windows from pages by default) you can use our bookmarklet which offer the same functionality

How to use

Right click OR click the extension icon to save as bookmark, snippet or note to Codever

  • if you make a selection on the web page you will be asked to save as new snippet, bookmark or note
  • when bookmarking youtube videos and stackoverflow questions the tags are auto-completed

Save bookmark

Save bookmark demo

Save snippet

Save snippet demo

Testing locally

Check out the git repository - git clone https://github.com/CodeverDotDev/codever-browser-extension.git

Chrome/Brave

Go to chrome://extensions/, click Load unpacked and select the codever-browser-extension where you have checked it out:

Install locally

Click "Reload" on the extension when you do modifications

Firefox

The easiest way is to use web-ext You can install it globally for example via

npm install --global web-ext

and then run the following command in the root directory of the project

web-ext run

This installs Codever as a temporary add-on, and it watches for changes in the source code and redeploys automatically.

Manual deployment

Go to about:debugging#/runtime/this-firefox, click Load Temporary Add-on... and select the manifest.json file from the save-code-to-bookmarks.dev-browser-extension folder where you have checked it out:

Install locally on Firefox

Test the extension against the localhost version of Codever

Change the following line in launch-codever-dialog.js:

open('https://www.codever.dev/new-entry?url=' + encodeURIComponent(l) + '&desc=' + encodeURIComponent(d) + '&title=' + encodeURIComponent(t) + '&popup=true', 'Codever.dev', features);

to

open('http://localhost:4200/personal/new?url=' + encodeURIComponent(l) + '&desc=' + encodeURIComponent(d) + '&title=' + encodeURIComponent(t) + '&popup=true', 'Codever.dev', features);

and Reload the extension

Publish browser extension to official stores

First of all zip the file either with web-ext

web-ext build -i 'resources' 'assets' 'README.md' 'CHANGELOG.md'

## with overwrite 
web-ext build --overwrite-dest -i 'resources' 'assets' 'README.md' 'CHANGELOG.md' 

or with the standard zip command:

zip -r codever.browser.extension-4.0.0.zip * -x *.idea* *.git* '*resources/*' '*assets/*' "*README.md*" "*CHANGELOG.md*" '*web-ext-artifacts/*'

Publish to Google Chrome Webstore

Go to Chrome Webstore Dashboard where you upload the .zip file. Wait for a couple of business days for an approval.

Publish to Firefox Webstore

Go to Add-ons page and submit the new addon

codever-browser-extension's People

Contributors

adixchen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

codever-browser-extension's Issues

add quick access to search my bookmarks functionality

Maybe add a shortcut that will trigger the search in my bookmarks (either in new tab or find the first tab opened with bookmarks.dev and do the search there and open it)

Maybe add "Search on Bookmarks.dev" entry in the right click menu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.