OpenID
The OpenID helper enables you to login to a website without a single click.
OpenID là gì?
OpenID là một tiện ích mở rộng Chrome được phát triển bởi https://www.donationbasedhosting.org, và tính năng chính của nó là "The OpenID helper enables you to login to a website without a single click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OpenID
Tải xuống các tệp mở rộng OpenID dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Configure your own OpenID url and automatically login to any service that supports OpenID. You can specify a list of form element id's. If any of the id's is found on a page, the extension will enable an addressbar button. Click the button to login. You can also enable auto-login. This will automatically login using the provided URL if one of the id's is found on a page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OpenID |
ID | klfijofcldioojikabdjillmmpnfljbk |
URL Chính Thức | https://chromewebstore.google.com/detail/openid/klfijofcldioojikabdjillmmpnfljbk |
Mô tả | The OpenID helper enables you to login to a website without a single click. |
Kích Thước Tệp | 130 KB |
Số Lần Cài Đặt | 341 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2016-12-20 |
Ngày Phát Hành | 2016-12-20 |
Nhà Phát Triển | https://www.donationbasedhosting.org |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/Tuurlijk/OpenID-helper-webextension/issues |
Ngôn Ngữ Được Hỗ Trợ | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "version": "1.2.0", "manifest_version": 2, "minimum_chrome_version": "18", "description": "__MSG_extensionDescription__", "homepage_url": "http:\/\/www.donationbasedhosting.org\/", "default_locale": "en", "permissions": [ "tabs", "*:\/\/*\/*" ], "background": { "scripts": [ "Resources\/JavaScript\/Background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "Resources\/JavaScript\/Content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "icons": { "16": "Resources\/Icons\/Icon16.png", "48": "Resources\/Icons\/Icon48.png", "128": "Resources\/Icons\/Icon128.png" }, "options_page": "Resources\/HTML\/Options.html", "page_action": { "default_icon": { "38": "Resources\/Icons\/OpenIdDisabled38.png", "19": "Resources\/Icons\/OpenIdDisabled19.png" }, "default_title": "OpenId disabled" } } |