ChocoChip - Cookie Manager

Fast, easy-to-use cookie manager.

What is ChocoChip - Cookie Manager?

ChocoChip - Cookie Manager is a Chrome extension developed by Yuji Kosuga, and its main feature is "Fast, easy-to-use cookie manager.".

Extension Screenshots

screenshot
screenshot

Download ChocoChip - Cookie Manager Extension CRX File

Download ChocoChip - Cookie Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name ChocoChip - Cookie Manager ChocoChip - Cookie Manager
ID cdllihdpcibkhhkidaicoeeiammjkokm
Official URL https://chromewebstore.google.com/detail/chocochip-cookie-manager/cdllihdpcibkhhkidaicoeeiammjkokm
Description Fast, easy-to-use cookie manager.
File Size 689 KB
Installation Count 2,844
Current Version 0.1.7
Last Updated 2013-01-21
Publish Date 2013-01-20
Rating 4.09/5 Total 33 Ratings
Developer Yuji Kosuga
Email [email protected]
Payment Type free
Extension Website https://chrome.google.com/webstore/detail/cdllihdpcibkhhkidaicoeeiammjkokm
Help Page URL https://chrome.google.com/webstore/detail/cdllihdpcibkhhkidaicoeeiammjkokm/reviews
Supported Languages 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:\/\/*\/*"
    ]
}