Cambiar Color Barras
Aplicacion que cambia el color las barras superior e inferior del portafolio chiwiscor, solo es para probar
Cambiar Color Barras là gì?
Cambiar Color Barras là một tiện ích mở rộng Chrome được phát triển bởi http://joseluislunarubio.net, và tính năng chính của nó là "Aplicacion que cambia el color las barras superior e inferior del portafolio chiwiscor, solo es para probar".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cambiar Color Barras
Tải xuống các tệp mở rộng Cambiar Color Barras dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Este es un demo personal, donde se accede al sitio joseluislunarubio.net, y se modifica los estilos, tanto de la barra superior e inferior.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jlbgohhilhmpcchkkoffafnaedfckocg |
URL Chính Thức | https://chrome.google.com/webstore/detail/cambiar-color-barras/jlbgohhilhmpcchkkoffafnaedfckocg |
Mô tả | Aplicacion que cambia el color las barras superior e inferior del portafolio chiwiscor, solo es para probar |
Kích Thước Tệp | 42.01 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2015-03-17 |
Ngày Phát Hành | 2015-03-17 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | http://joseluislunarubio.net |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cambiar Color Barras", "manifest_version": 2, "version": "1.1.1", "short_name": "Chiwiscor Barras", "icons": { "48": "img\/chiwiscor.png", "128": "img\/chiwiscor128.png" }, "description": "Aplicacion que cambia el color las barras superior e inferior del portafolio chiwiscor, solo es para probar", "browser_action": { "default_icon": { "48": "img\/chiwiscor.png", "128": "img\/chiwiscor128.png" }, "default_title": "Colores", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/joseluislunarubio.net\/*" ], "content_scripts": [ { "matches": [ "http:\/\/joseluislunarubio.net\/*" ], "css": [ "inject.css" ] } ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [] } |