廢宅計時器

今天開始專心不耍廢

Cos'è 廢宅計時器?

廢宅計時器 è un'estensione di Chrome sviluppata da hubert052702, e la sua funzione principale è "今天開始專心不耍廢".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 廢宅計時器

Scarica i file di estensione 廢宅計時器 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        v2.3

修正:
1. 將暫停擴充元件按鈕移至設定裡面,並將觀看紀錄移至主畫面
2. 修正關閉按鈕、關閉擴充元件後再開啟時,按鈕會出現的問題
3. 修正阻擋頁顯示

=============================

「從今天開始不耍廢」

1.「修正自己的瀏覽習慣」

設定不應該花費太多時間的網站,持續提醒你應該專注在更應專注的事情上。

2.「休息計時器」

在自己設定的休息時間內可以自由地瀏覽,時間結束後會繼續為你在鎖定的網站上面展開阻擋頁面。

3.「檢視自己的瀏覽習慣」(這不會讓任何人取得任何資訊)

觀測自己的瀏覽習慣,做更好的時間分配!
會為你持續記錄:

A. 在個別網站上花費的總時間
B. 在個別網站上的歷史時間紀錄
C. 鎖定網站總瀏覽時間占所有瀏覽時間的比例歷史紀錄

=============================

v 2.0

新增:
    可自行設計阻擋頁(設定→個人化阻擋頁)
    自由關閉阻擋頁上的按鈕
修復:
    記錄中的總時間記錄錯誤修復(原換日時有機率換日失敗)
    讓阻擋頁出現/消失的時間點更正確                    

Informazioni di Base sull'Estensione

Nome 廢宅計時器 廢宅計時器
ID cknoecmdmnbbcjcofacfljdlbeenohai
URL Ufficiale https://chromewebstore.google.com/detail/%E5%BB%A2%E5%AE%85%E8%A8%88%E6%99%82%E5%99%A8/cknoecmdmnbbcjcofacfljdlbeenohai
Descrizione 今天開始專心不耍廢
Dimensione del File 427 KB
Conteggio Installazioni 48
Versione Corrente 2.3
Ultimo Aggiornamento 2016-09-17
Data di Pubblicazione 2016-09-16
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore hubert052702
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://goo.gl/oxFPKz
Lingue Supportate zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5ee2\u5b85\u8a08\u6642\u5668",
    "description": "\u4eca\u5929\u958b\u59cb\u5c08\u5fc3\u4e0d\u800d\u5ee2",
    "version": "2.3",
    "web_accessible_resources": [
        "blocker.html",
        "jquery\/jquery-1.11.3.min.js"
    ],
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "\u5225\u800d\u5ee2\u5566"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage",
        "tabs",
        "*:\/\/*\/*",
        "notifications",
        "management"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery\/jquery-1.11.3.min.js",
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "jquery\/jquery-1.11.3.min.js",
            "fileStorage.js",
            "utility.js",
            "backgroundScript.js"
        ]
    }
}