Waytab - your bookmarks/favs in a new tab
Get a random item (tweets, pocket articles, and more) you've liked and bookmarked every time you open a new tab.
Waytab - your bookmarks/favs in a new tabとは何ですか?
Waytab - your bookmarks/favs in a new tabはEvery Goodによって開発されたChromeの拡張機能で、その主な機能は「Get a random item (tweets, pocket articles, and more) you've liked and bookmarked every time you open a new tab.」です。
拡張機能のスクリーンショット
Waytab - your bookmarks/favs in a new tab拡張機能のCRXファイルをダウンロード
Waytab - your bookmarks/favs in a new tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Waytab shows you a random item you've liked or bookmarked every time you open a new tab. This could be tweets, Github repos, Pocket articles, Unsplash and Pinterest images or your browser bookmark. ## Changelog 0.4 - Sync bug fixes 0.3 - Refresh local data for new updates from connected services 0.2.4 - Delete bookmarks - "View tweet" link (earlier, tweets can be viewed by clicking on the date) - Optimised the random function
拡張機能の基本情報
名前 | Waytab - your bookmarks/favs in a new tab |
ID | cdimhhflebekjcjgdcciachdjmfdekcm |
公式URL | https://chromewebstore.google.com/detail/waytab-your-bookmarksfavs/cdimhhflebekjcjgdcciachdjmfdekcm |
説明 | Get a random item (tweets, pocket articles, and more) you've liked and bookmarked every time you open a new tab. |
ファイルサイズ | 230 KB |
インストール数 | 82 |
現在のバージョン | 0.4.0 |
最終更新日 | 2019-08-26 |
公開日 | 2019-08-26 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | Every Good |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://waytab.io/ |
ヘルプページのURL | https://waytab.io/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Waytab - your bookmarks\/favs in a new tab", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "description": "Get a random item (tweets, pocket articles, and more) you've liked and bookmarked every time you open a new tab.", "homepage_url": "https:\/\/waytab.io\/", "offline_enabled": true, "permissions": [ "bookmarks", "storage", "alarms" ], "version": "0.4.0", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "scripts\/nedb.min.js", "scripts\/commons.js", "scripts\/background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/waytab.io\/*", "*:\/\/localhost\/*" ] } } |