Se liga na Pausa !!!
Nunca mais estoure suas pausas !!
Se liga na Pausa !!!とは何ですか?
Se liga na Pausa !!!はwamaral03によって開発されたChromeの拡張機能で、その主な機能は「Nunca mais estoure suas pausas !!」です。
拡張機能のスクリーンショット
Se liga na Pausa !!!拡張機能のCRXファイルをダウンロード
Se liga na Pausa !!!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Nunca mais perca uma pausa !!! :)
拡張機能の基本情報
名前 | Se liga na Pausa !!! |
ID | bdakjnmdoemdnkeemkbdgdoeflfmpjif |
公式URL | https://chromewebstore.google.com/detail/se-liga-na-pausa/bdakjnmdoemdnkeemkbdgdoeflfmpjif |
説明 | Nunca mais estoure suas pausas !! |
ファイルサイズ | 185 KB |
インストール数 | 234 |
現在のバージョン | 1.1 |
最終更新日 | 2018-03-14 |
公開日 | 2018-03-13 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | wamaral03 |
支払い方法 | free |
対応言語 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": " Se liga na Pausa !!! ", "description": "Nunca mais estoure suas pausas !!", "version": "1.1", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "res\/icon1.png", "default_popup": "popup.html", "default_title": "Contador de pausas!!" }, "icons": { "16": "res\/icon1.png", "48": "res\/icon32.png", "128": "res\/icon128.png" }, "permissions": [ "notifications" ] } |