Tabbed.io - New Tab Page
A personalised landing page for your browser
Tabbed.io - New Tab Pageとは何ですか?
Tabbed.io - New Tab Pageはhttp://tabbed.ioによって開発されたChromeの拡張機能で、その主な機能は「A personalised landing page for your browser」です。
拡張機能のスクリーンショット
Tabbed.io - New Tab Page拡張機能のCRXファイルをダウンロード
Tabbed.io - New Tab Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tabbed.io replaces your new tab page with a minimalistic and clean dashboard featuring a clock and the date. Each day you receive a new random wallpaper from unsplash.com! Many addons are optional so you can choose to keep the minimalist new tab page. Features * Beautiful, random wallpaper every day with the option to choose again * Countdown timer with customisable sounds * Google I'm Feeling Lucky - super fast search! * Time and date settings * Access to Chrome Apps page * Custom wallpapers via URL (even import background GIFs!) * Syncs all of these settings and get the same wallpaper per day across your devices
拡張機能の基本情報
名前 | |
ID | oipnokfpeckfiofafaoikkhkmhdeoebb |
公式URL | https://chrome.google.com/webstore/detail/oipnokfpeckfiofafaoikkhkmhdeoebb |
説明 | A personalised landing page for your browser |
ファイルサイズ | 1.12 MB |
インストール数 | 116 |
現在のバージョン | 1.4.2 |
最終更新日 | 2017-04-12 |
公開日 | 2017-04-12 |
評価 | 4.25/5 合計 12 レビュー |
開発者 | http://tabbed.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://tabbed.io |
ヘルプページのURL | https://github.com/danbovey/Tabbed.io/issues |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabbed.io - New Tab Page", "short_name": "Tabbed.io", "description": "A personalised landing page for your browser", "author": "Dan Bovey", "version": "1.4.2", "offline_enabled": true, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "activeTab", "storage", "*:\/\/*.tabbed.io\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.tabbed.io\/*" ], "js": [ "js\/extension.js" ] } ], "chrome_url_overrides": { "newtab": "index.html" } } |