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 |
| 官方網址 | 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"
} | |