daily tabs
A Google Chrome extension inspired by the morning cofee extension for FireFox.
Vad är daily tabs?
daily tabs är en Chrome-tillägg utvecklad av octakon, och dess huvudfunktion är "A Google Chrome extension inspired by the morning cofee extension for FireFox.".
Tilläggsskärmbilder
Ladda ner daily tabs-förlängningens CRX-fil
Ladda ner daily tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
You can use this extension to open all your websites that you visit regularly with just one click.
Grundläggande Information om Tillägg
Namn | |
ID | igjhcbjcjfiapkimpggjemgbjjgamgdi |
Officiell webbadress | https://chrome.google.com/webstore/detail/daily-tabs/igjhcbjcjfiapkimpggjemgbjjgamgdi |
Beskrivning | A Google Chrome extension inspired by the morning cofee extension for FireFox. |
Filstorlek | 446 KB |
Antal Installationer | 233 |
Aktuell Version | 0.1.7 |
Senast Uppdaterad | 2017-01-17 |
Publiceringsdatum | 2017-01-17 |
Utvecklare | octakon |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/octakon/dayli-tabs-chrome |
Hjälpsida URL | https://github.com/octakon/dayli-tabs-chrome/issues |
Stödda Språk | 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" } } |