Commons Tab
Beautiful free images from Wikimedia Commons for your boring chrome tabs
什麼是Commons Tab?
Commons Tab是由Stephen LaPorte開發的Chrome擴展程式,該擴展的主要功能是“Beautiful free images from Wikimedia Commons for your boring chrome tabs”。
擴展截圖
下載Commons Tab擴展crx文件
下載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 |
ID | afbiobjnggllnimnbhddficgaigcfmcp |
官方網址 | 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\/*" ] } |