GabeN
Changes All Of The Images To GABEN. None of the code belongs to me
GabeNとは何ですか?
GabeNはIseeicy Hawkstonによって開発されたChromeの拡張機能で、その主な機能は「Changes All Of The Images To GABEN. None of the code belongs to me」です。
拡張機能のスクリーンショット
GabeN拡張機能のCRXファイルをダウンロード
GabeN拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Great App that has been ported from a bookmarklet, to a button. None of the code belongs to me. GABEN!
拡張機能の基本情報
名前 | GabeN |
ID | eekhpjpifcilnhjinifhcpcckjjmkbdd |
公式URL | https://chromewebstore.google.com/detail/gaben/eekhpjpifcilnhjinifhcpcckjjmkbdd |
説明 | Changes All Of The Images To GABEN. None of the code belongs to me |
ファイルサイズ | 66.48 KB |
インストール数 | 200 |
現在のバージョン | 2.0.0 |
最終更新日 | 2013-12-19 |
公開日 | 2013-12-19 |
評価 | 4.06/5 合計 35 レビュー |
開発者 | Iseeicy Hawkston |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GabeN", "version": "2.0.0", "manifest_version": 2, "description": "Changes All Of The Images To GABEN. None of the code belongs to me", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.8.0.min.js", "background.js" ] } ] } |