typd

お前は今まで入力したフォームの値を覚えているのか?

Wat is typd?

typd is een Chrome-extensie ontwikkeld door 101000LAB, en de belangrijkste functie is "お前は今まで入力したフォームの値を覚えているのか?".

Extensie Screenshots

Download het CRX-bestand van de extensie typd

Download typd-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

                        "お前は今まで入力したフォームの値を覚えているのか?"
typdはフォームの入力データをパスワードと同じように保存するエクステンションです                    

Basisinformatie over de Extensie

Naam typd typd
ID jnnbmnfnjfoodeahelonehhokpbjpbmb
Officiële URL https://chromewebstore.google.com/detail/typd/jnnbmnfnjfoodeahelonehhokpbjpbmb
Beschrijving お前は今まで入力したフォームの値を覚えているのか?
Bestandsgrootte 327 KB
Aantal Installaties 186
Huidige Versie 1.2.0
Laatst Bijgewerkt 2018-03-08
Publicatiedatum 2018-03-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar 101000LAB
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.2.0",
    "default_locale": "ja",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "browser_action": {
        "default_icon": "on.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "dist\/background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/index.bundle.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "options_page": "options.html"
}