Cookitor
Chrome extension to decode Ruby on Rails session cookies.
Cookitorとは何ですか?
Cookitorはhttps://cookitor.herokuapp.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to decode Ruby on Rails session cookies.」です。
拡張機能のスクリーンショット
Cookitor拡張機能のCRXファイルをダウンロード
Cookitor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension lets you easily decode the content of Rails sessions stored in cookies. Rails' session cookie-store saves sessions in serialised base64-encoded cookies. It also supports encrypted session cookies (new default in Rails 4). This enables you to quickly read the content of a session for debugging purposes. The extension uses the Cookitor web app (https://cookitor.herokuapp.com/) to decode the content of the session. This extension only works with ActionController::Session::CookieStore (the current default cookie store). https://github.com/garnu
拡張機能の基本情報
名前 | Cookitor |
ID | fhkfggemmbpliiikmibomomcagnlbpdp |
公式URL | https://chromewebstore.google.com/detail/cookitor/fhkfggemmbpliiikmibomomcagnlbpdp |
説明 | Chrome extension to decode Ruby on Rails session cookies. |
ファイルサイズ | 52.36 KB |
インストール数 | 202 |
現在のバージョン | 0.5 |
最終更新日 | 2013-09-08 |
公開日 | 2013-09-08 |
評価 | 3.40/5 合計 5 レビュー |
開発者 | https://cookitor.herokuapp.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cookitor", "version": "0.5", "manifest_version": 2, "description": "Chrome extension to decode Ruby on Rails session cookies.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "cookie.js" ] }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "homepage_url": "http:\/\/cookitor.herokuapp.com\/", "icons": { "16": "icon16.png", "48": "logo.png", "128": "logo128.png" } } |