Another One
This is for when you're doing situps or pushups... another one
Another Oneとは何ですか?
Another Oneはatantonによって開発されたChromeの拡張機能で、その主な機能は「This is for when you're doing situps or pushups... another one」です。
拡張機能のスクリーンショット
Another One拡張機能のCRXファイルをダウンロード
Another One拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This useless chrome extension allows the user to open a new tab and hear the motivating command of DJ Khaled. Another One
拡張機能の基本情報
名前 | Another One |
ID | ffpbomldahncmnmmnadnjhngaiopolmk |
公式URL | https://chromewebstore.google.com/detail/another-one/ffpbomldahncmnmmnadnjhngaiopolmk |
説明 | This is for when you're doing situps or pushups... another one |
ファイルサイズ | 24.71 KB |
インストール数 | 136 |
現在のバージョン | 100.0 |
最終更新日 | 2016-03-16 |
公開日 | 2016-03-16 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | atanton |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Another One", "description": "This is for when you're doing situps or pushups... another one", "version": "100.0", "manifest_version": 2, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |