DateMatter

DateMatter

Cos'è DateMatter?

DateMatter è un'estensione di Chrome sviluppata da marvinlix, e la sua funzione principale è "DateMatter".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DateMatter

Scarica i file di estensione DateMatter 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

                        倒数日是一个帮你记录生活中重要日子的小工具,与iOS、Android应用能实时同步。

Android App: https://play.google.com/store/apps/details?id=com.pybeta.daymatter
iOS App: https://itunes.apple.com/us/app/date-matter/id611139274?ls=1&mt=8                    

Informazioni di Base sull'Estensione

Nome DateMatter DateMatter
ID olhidnbbgoafdikmppnhkdoceneinejd
URL Ufficiale https://chromewebstore.google.com/detail/datematter/olhidnbbgoafdikmppnhkdoceneinejd
Descrizione DateMatter
Dimensione del File 171 KB
Conteggio Installazioni 102
Versione Corrente 1.3
Ultimo Aggiornamento 2013-04-11
Data di Pubblicazione 2013-04-11
Valutazione 2.00/5 Totale 9 Valutazioni
Sviluppatore marvinlix
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "browser_action": {
        "default_icon": "img\/icon_16.png",
        "default_popup": "popup.html",
        "default_title": "Date Matter"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "DateMatter",
    "name": "DateMatter",
    "permissions": [
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "https:\/\/www.googleapis.com\/"
    ],
    "icons": {
        "128": "img\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/robots.txt*"
            ],
            "js": [
                "oauth2\/oauth2_inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2,
    "version": "1.3"
}