MSDN Filter Fix
Extension fixes msdn language filter.
MSDN Filter Fixとは何ですか?
MSDN Filter Fixはlilo.jacobによって開発されたChromeの拡張機能で、その主な機能は「Extension fixes msdn language filter.」です。
拡張機能のスクリーンショット
MSDN Filter Fix拡張機能のCRXファイルをダウンロード
MSDN Filter Fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension saves settings for language filter in classic view on http://msdn.microsoft.com 拡張機能の基本情報
| 名前 | |
| ID | lefgnjjebglaapofilbjenilkphndfkj |
| 公式URL | https://chromewebstore.google.com/detail/msdn-filter-fix/lefgnjjebglaapofilbjenilkphndfkj |
| 説明 | Extension fixes msdn language filter. |
| ファイルサイズ | 34.53 KB |
| インストール数 | 28 |
| 現在のバージョン | 1.0.3.3 |
| 最終更新日 | 2012-10-05 |
| 公開日 | 2012-10-05 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | lilo.jacob |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MSDN Filter Fix",
"version": "1.0.3.3",
"description": "Extension fixes msdn language filter.",
"manifest_version": 2,
"background": [],
"permissions": [],
"content_scripts": [
{
"matches": [
"http:\/\/msdn.microsoft.com\/*"
],
"js": [
"thirdparty\/jquery.min.js",
"fix.js"
]
}
]
} | |