GithubHelp home page GithubHelp logo

chrome-extension / bookmarks.dev-chrome-extension Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codeverdotdev/codever-browser-extension

0.0 1.0 0.0 12.38 MB

Chrome extension to help you easily save bookmarks on www.bookmarks.dev

Home Page: https://chrome.google.com/webstore/detail/save-url-to-bookmarksdev/diofdblfhjbpgackifolmboaiccmebjb

JavaScript 100.00%

bookmarks.dev-chrome-extension's Introduction

The official chrome extension for www.bookmarks.dev, the bookmark manager for Developers & Co.

Save current's tab URL to Bookmarks.dev. You need to have an account to begin with.

A popup window is launched where you can add the metadata for the bookmark. Title and description are auto completed. (the description is filled with meta="description" value if present on the website, unless to select text on the page, before clicking the extension and this will be then)

For youtube videos and stackoverflow questions the tags and published on are also auto-completed

Chrome extension screenshot

Testing locally

Check out the git repository - git clone https://github.com/BookmarksDev/bookmarks.dev-chrome-extension.git

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

Install locally

Test the extension against localhost

Change the following line in contens.js:

open('https://www.bookmarks.dev/personal/new?url=' + encodeURIComponent(l) + '&desc=' + encodeURIComponent(d) + '&title=' + encodeURIComponent(t) + '&popup=true', 'Bookmarks.dev', features);

to

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

and Reload the extension

Upload to Google Chrome Webstore

First of all package it as a zip file:

zip -r bookmarks.dev.chrome.extension.zip * -x *.idea* *.git* '*docs/*' "*README.md*"

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

bookmarks.dev-chrome-extension's People

Contributors

adixchen avatar

Watchers

 avatar

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.