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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Every Good และคุณลักษณะหลักของมันคือ "Get a random item (tweets, pocket articles, and more) you've liked and bookmarked every time you open a new tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Waytab - your bookmarks/favs in a new tab

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/*"
        ]
    }
}