daily tabs
A Google Chrome extension inspired by the morning cofee extension for FireFox.
What is daily tabs?
daily tabs is a Chrome extension developed by octakon, and its main feature is "A Google Chrome extension inspired by the morning cofee extension for FireFox.".
Extension Screenshots
Download daily tabs Extension CRX File
Download daily tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
You can use this extension to open all your websites that you visit regularly with just one click. Extension Basic Information
| Name | |
| ID | igjhcbjcjfiapkimpggjemgbjjgamgdi |
| Official URL | https://chrome.google.com/webstore/detail/daily-tabs/igjhcbjcjfiapkimpggjemgbjjgamgdi |
| Description | A Google Chrome extension inspired by the morning cofee extension for FireFox. |
| File Size | 446 KB |
| Installation Count | 233 |
| Current Version | 0.1.7 |
| Last Updated | 2017-01-17 |
| Publish Date | 2017-01-17 |
| Developer | octakon |
| Payment Type | free |
| Extension Website | https://github.com/octakon/dayli-tabs-chrome |
| Help Page URL | https://github.com/octakon/dayli-tabs-chrome/issues |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.1.7",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/daily-tabs_logo_16.png",
"128": "images\/daily-tabs_logo_128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"permissions": [
"tabs",
"storage"
],
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"browser_action": {
"default_icon": {
"19": "images\/daily-tabs_logo_19.png",
"38": "images\/daily-tabs_logo_38.png"
},
"default_title": "daily tabs",
"default_popup": "popup.html"
}
} | |