Smart Header
Modify or change http request headers smartly and automatically.
¿Qué es Smart Header?
Smart Header es una extensión de Chrome desarrollada por https://www.laobubu.net, y su función principal es "Modify or change http request headers smartly and automatically.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Smart Header
Descarga archivos de extensión Smart Header 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
This is a powerful extension designed to modify HTTP request headers. - Automatic rules! - Import / export / mix configuration! - Show the headers only that you interest. - Easy to use. - Sync your configuration with Chrome Sync! Not just a developer tool. Lots of potential amazing ways to use. Let's drive the headers. Special Thanks to the coffee providers :) - Zhou Huaxiang - Zhang Haoyuan Visit this to get help: http://lab.laobubu.net/smartheader
Información Básica de la Extensión
Nombre | Smart Header |
ID | ncgnmldbedmbadafajhjeahmafdmggbp |
URL Oficial | https://chromewebstore.google.com/detail/smart-header/ncgnmldbedmbadafajhjeahmafdmggbp |
Descripción | Modify or change http request headers smartly and automatically. |
Tamaño del Archivo | 42 KB |
Cantidad de Instalaciones | 9,000 |
Versión Actual | 1.0.0.8 |
Última Actualización | 2016-04-04 |
Fecha de Publicación | 2016-04-04 |
Calificación | 4.59/5 Total de 79 Calificaciones |
Desarrollador | https://www.laobubu.net |
Tipo de Pago | free |
Sitio Web de la Extensión | http://lab.laobubu.net/smartheader |
URL de la Página de Ayuda | http://lab.laobubu.net/smartheader/hello |
Idiomas Soportados | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.0.0.8", "icons": { "128": "logo.png" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "options_page": "config.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking", "storage" ], "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": true } } |