Alltabs
Amazing visual artists every time you open a new tab.
什麼是Alltabs?
Alltabs是由https://newnow.cool開發的Chrome擴展程式,該擴展的主要功能是“Amazing visual artists every time you open a new tab.”。
擴展截圖
下載Alltabs擴展crx文件
下載Alltabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Alltabs collaborates with interesting contemporary artist from all around the world. We bring you fresh photos and visual art to all your new tabs. This is a project by New Now.
擴展基本資訊
名稱 | |
ID | ngjbedmelbifgachalpagdgiccokplkd |
官方網址 | https://chrome.google.com/webstore/detail/alltabs/ngjbedmelbifgachalpagdgiccokplkd |
簡介 | Amazing visual artists every time you open a new tab. |
檔案大小 | 7.18 KB |
安裝次數 | 30 |
目前版本 | 1.0.0 |
更新時間 | 2021-05-09 |
上架時間 | 2021-04-30 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://newnow.cool |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.alltabs.co/ |
隱私政策頁面URL | https://newnow.cool/privacy.html |
支援的語言 | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "alltabs.html#newTab" }, "content_security_policy": "default-src 'self' 'unsafe-eval'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: chrome: filesystem:; connect-src 'self' http: https: chrome-extension:; frame-src http: https:", "description": "Amazing visual artists every time you open a new tab.", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "19": "img\/icon19.png", "48": "img\/icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "28", "name": "Alltabs", "omnibox": { "keyword": "f" }, "permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ "alltabs.html" ] } |