Another Tab

Another Tab Chrome Extension

Another Tabคืออะไร?

Another Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dumb Sloth Development และคุณลักษณะหลักของมันคือ "Another Tab Chrome Extension"

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

screenshot
screenshot

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

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

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

                        An open source Chrome extension that shows your bookmarks when you open a new tab.  
Source code is available on GitHub: https://github.com/mmazzarolo/chrome-another-tab                    

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

ชื่อ Another Tab Another Tab
ID oaaeanlgefipegfcbgpgnhhnpengdjld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/another-tab/oaaeanlgefipegfcbgpgnhhnpengdjld
คำอธิบาย Another Tab Chrome Extension
ขนาดไฟล์ 507 KB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Dumb Sloth Development
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mmazzarolo/chrome-another-tab
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Another Tab",
    "description": "Another Tab Chrome Extension",
    "version": "1.1.0",
    "version_name": "1.1.0",
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "Another Tab",
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;"
}