Anybox
Browser extension for Anybox. Collect your links and images.
Anyboxとは何ですか?
Anyboxはhttps://anybox.appによって開発されたChromeの拡張機能で、その主な機能は「Browser extension for Anybox. Collect your links and images.」です。
拡張機能のスクリーンショット
Anybox拡張機能のCRXファイルをダウンロード
Anybox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use this extension to easily save links, text and files to Anybox Mac app. You can configure if you want to show the checkmark for existing links in Options page. * This extension is only applicable on macOS and requires the running of Anybox for macOS app.
拡張機能の基本情報
名前 | Anybox |
ID | bpjlhpibdgjhbgafepmakjbdfgnccfed |
公式URL | https://chromewebstore.google.com/detail/anybox/bpjlhpibdgjhbgafepmakjbdfgnccfed |
説明 | Browser extension for Anybox. Collect your links and images. |
ファイルサイズ | 28.27 KB |
インストール数 | 1,742 |
現在のバージョン | 1.5.2 |
最終更新日 | 2024-02-16 |
公開日 | 2022-01-03 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://anybox.app |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://anybox.app |
ヘルプページのURL | https://anybox.app |
プライバシーポリシーページのURL | https://anybox.app/privacy-policy |
対応言語 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.5.2", "manifest_version": 3, "default_locale": "en", "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "contextMenus", "storage", "tabs" ], "options_page": "options.html", "host_permissions": [ "http:\/\/localhost\/*" ], "action": [], "content_scripts": [], "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" } } |