Anybox
Browser extension for Anybox. Collect your links and images.
Apa itu Anybox?
Anybox adalah ekstensi Chrome yang dikembangkan oleh https://anybox.app, dan fitur utamanya adalah "Browser extension for Anybox. Collect your links and images.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Anybox
Unduh file ekstensi Anybox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Anybox |
ID | bpjlhpibdgjhbgafepmakjbdfgnccfed |
URL Resmi | https://chromewebstore.google.com/detail/anybox/bpjlhpibdgjhbgafepmakjbdfgnccfed |
Deskripsi | Browser extension for Anybox. Collect your links and images. |
Ukuran File | 28.27 KB |
Jumlah Instalasi | 1,742 |
Versi Saat Ini | 1.5.2 |
Terakhir Diperbarui | 2024-02-16 |
Tanggal Publikasi | 2022-01-03 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | https://anybox.app |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://anybox.app |
URL Halaman Bantuan | https://anybox.app |
URL Halaman Kebijakan Privasi | https://anybox.app/privacy-policy |
Bahasa yang Didukung | 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" } } |