GOP
A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election
GOPとは何ですか?
GOPはVictor Williamsによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election」です。
拡張機能のスクリーンショット
GOP拡張機能のCRXファイルをダウンロード
GOP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Don't you want a little fun in your life?
拡張機能の基本情報
名前 | GOP |
ID | acohniebinedjkldedockekcmjhkjgne |
公式URL | https://chromewebstore.google.com/detail/gop/acohniebinedjkldedockekcmjhkjgne |
説明 | A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election |
ファイルサイズ | 98.74 KB |
インストール数 | 11 |
現在のバージョン | 1.3.2 |
最終更新日 | 2016-02-28 |
公開日 | 2016-02-28 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Victor Williams |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://devpost.com/software/gop-candidates-imageswap |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GOP", "version": "1.3.2", "homepage_url": "http:\/\/devpost.com\/software\/gop-candidates-imageswap", "description": "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election", "icons": { "128": "img\/GOP_128.png", "48": "img\/GOP_48.png", "32": "img\/GOP_32.png", "16": "img\/GOP_16.png" }, "browser_action": { "default_icon": "GOP.png", "default_title": "GOP Candidates" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js", "GOP.js" ], "persistent": false }, "manifest_version": 2 } |