openSUSE User Agent
Modifies your User-Agent string to contain the name of openSUSE Linux distribution.
什么是openSUSE User Agent?
openSUSE User Agent是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Modifies your User-Agent string to contain the name of openSUSE Linux distribution.”。
扩展截图
下载openSUSE User Agent扩展crx文件
下载openSUSE User Agent扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Modifies user agent for Linux users to include the distribution name of openSUSE. Based on similar extensions available for Fedora and Debian Linux. 扩展基本信息
| 名称 | |
| ID | lbjggnkcefkdnpkmnmgfbmcojpfelhge |
| 官方URL | https://chromewebstore.google.com/detail/opensuse-user-agent/lbjggnkcefkdnpkmnmgfbmcojpfelhge |
| 简介 | Modifies your User-Agent string to contain the name of openSUSE Linux distribution. |
| 文件大小 | 88.22 KB |
| 安装次数 | 401 |
| 当前版本 | 0.0.0.1 |
| 更新时间 | 2017-07-17 |
| 上架时间 | 2017-07-17 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"author": "Scott Irvin, [email protected]",
"background": {
"scripts": [
"background.js"
]
},
"description": "Modifies your User-Agent string to contain the name of openSUSE Linux distribution.",
"icons": {
"1024": "opensuse_1024.png",
"128": "opensuse_128.png",
"48": "opensuse_48.png"
},
"manifest_version": 2,
"name": "openSUSE User Agent",
"short_name": "SUSEagent",
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/*\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.0.1"
} | |