Commons Tab

Beautiful free images from Wikimedia Commons for your boring chrome tabs

Commons Tabคืออะไร?

Commons Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stephen LaPorte และคุณลักษณะหลักของมันคือ "Beautiful free images from Wikimedia Commons for your boring chrome tabs"

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

screenshot
screenshot

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

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

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

                        Each time you open a tab, it will load a nice big image from among the best photographs and art on Wikimedia Commons. The photographs are from featured categories, such as astronomy, architecture, birds, and a few cool diagrams. Enjoy!                    

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

ชื่อ Commons Tab Commons Tab
ID afbiobjnggllnimnbhddficgaigcfmcp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/commons-tab/afbiobjnggllnimnbhddficgaigcfmcp
คำอธิบาย Beautiful free images from Wikimedia Commons for your boring chrome tabs
ขนาดไฟล์ 215 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2016-03-19
วันที่เผยแพร่ 2016-03-18
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Stephen LaPorte
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://hatnote.com
URL หน้าช่วยเหลือ https://github.com/slaporte/commons-tab
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Commons Tab",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Beautiful free images from Wikimedia Commons for your boring chrome tabs",
    "homepage_url": "https:\/\/github.com\/slaporte\/commons-tab",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/jquery\/jquery.js",
            "js\/vegas\/vegas.js",
            "src\/options_custom\/lib\/store.js",
            "js\/app.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "src\/options_custom\/index.html",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/commons.wikimedia.org; object-src 'self'",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "https:\/\/commons.wikimedia.org\/*"
    ]
}