Infocus
Stay focused on the internet with this simple Chrome extension!
什麼是Infocus?
Infocus是由Anton Cao開發的Chrome擴展程式,該擴展的主要功能是“Stay focused on the internet with this simple Chrome extension!”。
擴展截圖
下載Infocus擴展crx文件
下載Infocus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Infocus is a Chrome extension that keeps you focused while you're on the internet. You can input sites that you find distracting (eg. YouTube, Facebook) and Infocus will automatically stop you from visiting these websites by either going back to the previous page, or closing the tab entirely if it is a newly opened tab. If you absolutely have to disable Infocus for something, you'll get to practice some mental math in the process! Infocus is also open source: https://github.com/Anton-Cao/Infocus. If you have feature requests, feel free to open an issue in the GitHub repository!
擴展基本資訊
名稱 | Infocus |
ID | ojgabebkfpaedailhgeapeedhobgfppf |
官方網址 | https://chromewebstore.google.com/detail/infocus/ojgabebkfpaedailhgeapeedhobgfppf |
簡介 | Stay focused on the internet with this simple Chrome extension! |
檔案大小 | 154 KB |
安裝次數 | 64 |
目前版本 | 1.4.2 |
更新時間 | 2018-07-12 |
上架時間 | 2018-07-11 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Anton Cao |
付費類型 | free |
擴展官網 | https://github.com/Anton-Cao/Infocus |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Infocus", "version": "1.4.2", "description": "Stay focused on the internet with this simple Chrome extension!", "author": "Anton Cao", "permissions": [ "notifications", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/infocus16.png", "32": "images\/infocus32.png", "48": "images\/infocus48.png", "128": "images\/infocus128.png" } }, "icons": { "16": "images\/infocus16.png", "32": "images\/infocus32.png", "48": "images\/infocus48.png", "128": "images\/infocus128.png" }, "commands": { "enable": { "suggested_key": { "default": "Ctrl+I", "mac": "Command+I" }, "description": "Turn Infocus on" } }, "manifest_version": 2 } |