Productivity Enforcer
A simple Chrome Extension that prevents the browser from launching websites, which you specify.
Productivity Enforcerとは何ですか?
Productivity Enforcerはchongdashuによって開発されたChromeの拡張機能で、その主な機能は「A simple Chrome Extension that prevents the browser from launching websites, which you specify.」です。
拡張機能のスクリーンショット
Productivity Enforcer拡張機能のCRXファイルをダウンロード
Productivity Enforcer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use this Chrome Extension to specify a set of terms (e.g., a website URL, or part of a URL) that you would like to block from being opened in Chrome. Toggle the extension easily to help prevent procrastination on websites.
拡張機能の基本情報
名前 | Productivity Enforcer |
ID | ckhdpoeddfocfjinehpedlbcihjjmopn |
公式URL | https://chromewebstore.google.com/detail/productivity-enforcer/ckhdpoeddfocfjinehpedlbcihjjmopn |
説明 | A simple Chrome Extension that prevents the browser from launching websites, which you specify. |
ファイルサイズ | 14.59 KB |
インストール数 | 37 |
現在のバージョン | 3.1 |
最終更新日 | 2014-03-30 |
公開日 | 2014-03-29 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | chongdashu |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Productivity Enforcer", "description": "A simple Chrome Extension that prevents the browser from launching websites, which you specify.", "version": "3.1", "permissions": [ "activeTab", "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] } } |