Billfish - Free material management tool
Quickly and easily manage your design materials-so you have more time to focus on the design itself.
¿Qué es Billfish - Free material management tool?
Billfish - Free material management tool es una extensión de Chrome desarrollada por billfishchina, y su función principal es "Quickly and easily manage your design materials-so you have more time to focus on the design itself.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Billfish - Free material management tool
Descarga archivos de extensión Billfish - Free material management tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Help users quickly get web page pictures through the browser
Información Básica de la Extensión
Nombre | Billfish - Free material management tool |
ID | piohkopmiebhgodfkcfcmjbmgkcnjnmf |
URL Oficial | https://chromewebstore.google.com/detail/billfish-free-material-ma/piohkopmiebhgodfkcfcmjbmgkcnjnmf |
Descripción | Quickly and easily manage your design materials-so you have more time to focus on the design itself. |
Tamaño del Archivo | 1006 KB |
Cantidad de Instalaciones | 41,419 |
Versión Actual | 4.0.5 |
Última Actualización | 2023-08-01 |
Fecha de Publicación | 2021-01-20 |
Calificación | 4.37/5 Total de 27 Calificaciones |
Desarrollador | billfishchina |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.billfish.cn |
Idiomas Soportados | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "default_locale": "en", "version": "4.0.5", "description": "__MSG_desc__", "homepage_url": "https:\/\/www.billfish.cn\/", "author": "Billfish", "action": { "default_icon": { "16": ".\/assets\/icons\/16.png", "32": ".\/assets\/icons\/32.png", "64": ".\/assets\/icons\/64.png" }, "default_title": "__MSG_name__", "default_popup": "popup\/index.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/content.js" ], "css": [ ".\/styles\/contentInject.css", ".\/styles\/scrollcapture.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/*", "assets\/icons\/*", "edit\/*", "file\/*", "background.js", "policy.js", "loader.js", "kb-wasm.js", "kb-wasm.wasm", "swcache\/*\/*", "styles\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "use_dynamic_url": true } ], "icons": { "16": ".\/assets\/icons\/16.png", "32": ".\/assets\/icons\/32.png", "48": ".\/assets\/icons\/48.png", "64": ".\/assets\/icons\/64.png", "128": ".\/assets\/icons\/128.png", "256": ".\/assets\/icons\/256.png", "512": ".\/assets\/icons\/512.png", "1024": ".\/assets\/icons\/1024.png" }, "permissions": [ "tabs", "storage", "activeTab", "webRequest", "scripting", "contextMenus" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" } } |