OpenID
The OpenID helper enables you to login to a website without a single click.
OpenIDとは何ですか?
OpenIDはhttps://www.donationbasedhosting.orgによって開発されたChromeの拡張機能で、その主な機能は「The OpenID helper enables you to login to a website without a single click.」です。
拡張機能のスクリーンショット
OpenID拡張機能のCRXファイルをダウンロード
OpenID拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | OpenID |
ID | klfijofcldioojikabdjillmmpnfljbk |
公式URL | https://chromewebstore.google.com/detail/openid/klfijofcldioojikabdjillmmpnfljbk |
説明 | The OpenID helper enables you to login to a website without a single click. |
ファイルサイズ | 130 KB |
インストール数 | 341 |
現在のバージョン | 1.2.0 |
最終更新日 | 2016-12-20 |
公開日 | 2016-12-20 |
開発者 | https://www.donationbasedhosting.org |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/Tuurlijk/OpenID-helper-webextension/issues |
対応言語 | 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" } } |