Sharpen
Keep your brain awake and stimulated with every new tab
Sharpenとは何ですか?
SharpenはAlex Marshallによって開発されたChromeの拡張機能で、その主な機能は「Keep your brain awake and stimulated with every new tab」です。
拡張機能のスクリーンショット
Sharpen拡張機能のCRXファイルをダウンロード
Sharpen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Prevent your brain from going to sleep by challenging it with a simple maths equation every time you open a new tab.
拡張機能の基本情報
名前 | |
ID | maaofgkfejifepdaflmjoanohgookcch |
公式URL | https://chromewebstore.google.com/detail/sharpen/maaofgkfejifepdaflmjoanohgookcch |
説明 | Keep your brain awake and stimulated with every new tab |
ファイルサイズ | 36.42 KB |
インストール数 | 30 |
現在のバージョン | 1.1 |
最終更新日 | 2017-04-12 |
公開日 | 2017-04-12 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | Alex Marshall |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sharpen", "description": "Keep your brain awake and stimulated with every new tab", "version": "1.1", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "128": "logo_128.png" }, "chrome_url_overrides": { "newtab": "sharpen.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "sharpen.js" ], "run_at": "document_end" } ] } |