tabbbs

tabbbs is a tiny chrome extension that makes browsing on dribbble more comfortable. Infinite scrolling can cause hiccups while…

tabbbsคืออะไร?

tabbbs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonas Brinkhoff และคุณลักษณะหลักของมันคือ "tabbbs is a tiny chrome extension that makes browsing on dribbble more comfortable. Infinite scrolling can cause hiccups while…"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tabbbs

ดาวน์โหลดไฟล์ส่วนขยาย tabbbs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        tabbbs is a tiny chrome extension that makes browsing on dribbble more comfortable.

Infinite scrolling can cause hiccups while navigating back and forth in your browser. By default, user profiles and links in shot descriptions are opened in the same tab - when returning to your feed, you often don't end up at the previous scroll position.

With tabbbs you can choose to open all user profiles and links in shot descriptions in a new tab by default, so that you always get back to where you took off.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ tabbbs tabbbs
ID gclpgjhgdjmaolopikgndkepbkcangcg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tabbbs/gclpgjhgdjmaolopikgndkepbkcangcg
คำอธิบาย tabbbs is a tiny chrome extension that makes browsing on dribbble more comfortable. Infinite scrolling can cause hiccups while…
ขนาดไฟล์ 15.38 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2017-06-22
วันที่เผยแพร่ 2017-06-22
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Jonas Brinkhoff
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://jub111.github.io/tabbbs/
URL หน้าช่วยเหลือ http://jub111.github.io/tabbbs/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tabbbs",
    "version": "0.1.2",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/logo-16x16.png",
        "48": "assets\/logo-48x48.png",
        "128": "assets\/logo-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.dribbble.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}