daily tabs
A Google Chrome extension inspired by the morning cofee extension for FireFox.
Apa itu daily tabs?
daily tabs adalah ekstensi Chrome yang dikembangkan oleh octakon, dan fitur utamanya adalah "A Google Chrome extension inspired by the morning cofee extension for FireFox.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi daily tabs
Unduh file ekstensi daily tabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
You can use this extension to open all your websites that you visit regularly with just one click.
Informasi Dasar Ekstensi
Nama | |
ID | igjhcbjcjfiapkimpggjemgbjjgamgdi |
URL Resmi | https://chrome.google.com/webstore/detail/daily-tabs/igjhcbjcjfiapkimpggjemgbjjgamgdi |
Deskripsi | A Google Chrome extension inspired by the morning cofee extension for FireFox. |
Ukuran File | 446 KB |
Jumlah Instalasi | 233 |
Versi Saat Ini | 0.1.7 |
Terakhir Diperbarui | 2017-01-17 |
Tanggal Publikasi | 2017-01-17 |
Pengembang | octakon |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/octakon/dayli-tabs-chrome |
URL Halaman Bantuan | https://github.com/octakon/dayli-tabs-chrome/issues |
Bahasa yang Didukung | 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" } } |