ChocoChip - Cookie Manager
Fast, easy-to-use cookie manager.
ChocoChip - Cookie Managerとは何ですか?
ChocoChip - Cookie ManagerはYuji Kosugaによって開発されたChromeの拡張機能で、その主な機能は「Fast, easy-to-use cookie manager.」です。
拡張機能のスクリーンショット
ChocoChip - Cookie Manager拡張機能のCRXファイルをダウンロード
ChocoChip - Cookie Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ChocoChip provides the following features!
★ Search cookies by domain or URL
★ Show cookies of the current page or all in your browser
★ Create new cookies and edit existing ones
★ Delete all cookies or some by a domain at once
Feedback and rating is always welcome at its Chrome Web Store http://goo.gl/hHAeE 拡張機能の基本情報
| 名前 | |
| ID | cdllihdpcibkhhkidaicoeeiammjkokm |
| 公式URL | https://chromewebstore.google.com/detail/chocochip-cookie-manager/cdllihdpcibkhhkidaicoeeiammjkokm |
| 説明 | Fast, easy-to-use cookie manager. |
| ファイルサイズ | 689 KB |
| インストール数 | 2,844 |
| 現在のバージョン | 0.1.7 |
| 最終更新日 | 2013-01-21 |
| 公開日 | 2013-01-20 |
| 評価 | 4.09/5 合計 33 レビュー |
| 開発者 | Yuji Kosuga |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://chrome.google.com/webstore/detail/cdllihdpcibkhhkidaicoeeiammjkokm |
| ヘルプページのURL | https://chrome.google.com/webstore/detail/cdllihdpcibkhhkidaicoeeiammjkokm/reviews |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ChocoChip - Cookie Manager",
"version": "0.1.7",
"manifest_version": 2,
"minimum_chrome_version": "11.0.674.0",
"description": "Fast, easy-to-use cookie manager.",
"browser_action": {
"default_icon": "img\/icon48.png",
"default_popup": "chocochip.html"
},
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"permissions": [
"cookies",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |