typd
お前は今まで入力したフォームの値を覚えているのか?
What is typd?
typd is a Chrome extension developed by 101000LAB, and its main feature is "お前は今まで入力したフォームの値を覚えているのか?".
Extension Screenshots
Download typd Extension CRX File
Download typd extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
"お前は今まで入力したフォームの値を覚えているのか?" typdはフォームの入力データをパスワードと同じように保存するエクステンションです
Extension Basic Information
Name | typd |
ID | jnnbmnfnjfoodeahelonehhokpbjpbmb |
Official URL | https://chromewebstore.google.com/detail/typd/jnnbmnfnjfoodeahelonehhokpbjpbmb |
Description | お前は今まで入力したフォームの値を覚えているのか? |
File Size | 327 KB |
Installation Count | 186 |
Current Version | 1.2.0 |
Last Updated | 2018-03-08 |
Publish Date | 2018-03-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | 101000LAB |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |