Skip to content

Latest commit

 

History

History
executable file
·
41 lines (34 loc) · 962 Bytes

README.md

File metadata and controls

executable file
·
41 lines (34 loc) · 962 Bytes

🚀 New Tab Clock

Try to create chrome extension (reference by developer.chrome.com and image get from unsplash.com), for more information and how to use this , let's follow the step bellow 👍

Screenshoot

Result of Extension

Development

  1. Clone this repo git clone https://github.com/rahmandikahaekal/NewTab.git
  2. Go to chrome extensions chrome://extensions
  3. Enable developer mode
  4. Click on load unpacked extension and selectthis cloned repo

Calls :

  • browserAction.onClicked
  • tabs.captureVisibleTab
  • tabs.onUpdated.addListener
  • tabs.onUpdated.removeListener
  • extension.getViews
  • tabs.create
  • bookmarks.getChildren

Source Files :

  • css
    • bootstrap.min.css
    • font-awesome.min.css
    • main.css
  • images
  • js
    • background.js
    • bookmarks.js
    • bootstrap.min.js
    • content.js
  • index.html
  • logo_ext.png
  • manifest.json

Source

Unsplash.com