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 |
公式URL | 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 |
Eメール | [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" } |