時計

時間を忘れないための時計

Wat is 時計?

時計 is een Chrome-extensie ontwikkeld door みやけむし, en de belangrijkste functie is "時間を忘れないための時計".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 時計

Download 時計-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ツールバーの時計に加えて、閲覧しているページにも時刻が数秒間表示されます。

2.00
マニフェストVer2対応                    

Basisinformatie over de Extensie

Naam 時計 時計
ID lbcopfodinnikhbkjedmjncmhhcdjnef
Officiële URL https://chromewebstore.google.com/detail/%E6%99%82%E8%A8%88/lbcopfodinnikhbkjedmjncmhhcdjnef
Beschrijving 時間を忘れないための時計
Bestandsgrootte 24.38 KB
Aantal Installaties 194
Huidige Versie 2.0.0
Laatst Bijgewerkt 2013-09-29
Publicatiedatum 2013-09-28
Beoordeling 4.40/5 Totaal 5 Beoordelingen
Ontwikkelaar みやけむし
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6642\u8a08",
    "version": "2.0.0",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "\u6642\u9593\u3092\u5fd8\u308c\u306a\u3044\u305f\u3081\u306e\u6642\u8a08",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png"
    },
    "options_page": "options.html",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "permissions": [
                "tabs"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}