Are.na New Tab
Engage with your channels and your network.
什麼是Are.na New Tab?
Are.na New Tab是由https://a-p.studio開發的Chrome擴展程式,該擴展的主要功能是“Engage with your channels and your network.”。
擴展截圖
下載Are.na New Tab擴展crx文件
下載Are.na New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension aims to help you engage with Are.na. Reconnect with content or ideas you might have forgotten. Explore and get inspired by your network. Two random blocks will show up every time you open a new tab. One of your own, and one from a person or a channel you follow.
擴展基本資訊
名稱 | Are.na New Tab |
ID | dkjeikcmflhljchmgkhfehciplanmbnk |
官方網址 | https://chromewebstore.google.com/detail/arena-new-tab/dkjeikcmflhljchmgkhfehciplanmbnk |
簡介 | Engage with your channels and your network. |
檔案大小 | 137 KB |
安裝次數 | 538 |
目前版本 | 0.31.0 |
更新時間 | 2022-05-23 |
上架時間 | 2020-06-29 |
評分 | 4.67/5 共 3 次評分 |
開發者 | https://a-p.studio |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Are.na New Tab", "version": "0.31.0", "description": "Engage with your channels and your network.", "manifest_version": 2, "permissions": [ "https:\/\/dev.are.na\/*", "identity" ], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "index.html", "dist\/*", "background.js" ], "browser_action": { "default_icon": "\/icons\/icon-128.png", "default_title": "Are.na New Tab" }, "icons": { "16": "\/icons\/icon-16.png", "48": "\/icons\/icon-48.png", "128": "\/icons\/icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html" } |