My Password Creator Extension
Generate Secure Password in NewTab
My Password Creator Extensionคืออะไร?
My Password Creator Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsertech.co และคุณลักษณะหลักของมันคือ "Generate Secure Password in NewTab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Password Creator Extension
ดาวน์โหลดไฟล์ส่วนขยาย My Password Creator Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a free add-on for Chrome Browser where the primary target is creating a custom password, see old passwords from the history easily and quickly. Also, set a background from our selective Password Generator images gallery powered by Unsplash in your Chrome Browser default new tab. We are actually changing your Chrome browser default new tab page. Additionally, You can specify password length and used chars (lowercase, uppercase, numbers or custom). The generated password you can copy directly to your clipboard, or generate more of them and select only which of them you want. Also as added features, Password history, Remember My Password functionality, Easy way to search your desired information, images, video, and more through Yahoo search. By clicking "Add to Chrome", I accept and agree to install the "The My Password Creator" Chrome extension and setting Chrome™ New Tab to that provided by the service with web search by Bing, and the Privacy Policy (https://browsertech.co/privacy-policy/) and Terms of Use (https://browsertech.co/terms-conditions/).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fdgmgjpkibiapappdilcajkcfbcgofim |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/my-password-creator-exten/fdgmgjpkibiapappdilcajkcfbcgofim |
คำอธิบาย | Generate Secure Password in NewTab |
ขนาดไฟล์ | 458 KB |
จำนวนการติดตั้ง | 34,754 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-09-10 |
วันที่เผยแพร่ | 2021-07-06 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://browsertech.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://browsertech.co |
URL หน้านโยบายความเป็นส่วนตัว | https://browsertech.co/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Password Creator Extension", "short_name": "My Password Creator", "description": "Generate Secure Password in NewTab", "homepage_url": "https:\/\/mypasswordcreator.browsertech.co", "permissions": [ "storage", "tabs", "https:\/\/api.browsertech.co\/my-password-creator\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "version": "1.0", "browser_action": { "default_title": "My Password Creator", "default_popup": "popup.html", "default_icon": { "16": "public\/images\/bd-16.png", "32": "public\/images\/bd-32.png", "48": "public\/images\/bd-48.png", "128": "public\/images\/bd-128.png" } }, "icons": { "16": "public\/images\/bd-16.png", "32": "public\/images\/bd-32.png", "48": "public\/images\/bd-48.png", "128": "public\/images\/bd-128.png" }, "chrome_url_overrides": { "newtab": "landing.html" } } |