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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/*" ] } } |