ChocoChip - Cookie Manager

Fast, easy-to-use cookie manager.

什么是ChocoChip - Cookie Manager?

ChocoChip - Cookie Manager是由Yuji Kosuga开发的Chrome扩展程序,该扩展的主要功能是“Fast, easy-to-use cookie manager.”。

扩展截图

screenshot
screenshot

下载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                    

扩展基本信息

名称 ChocoChip - Cookie Manager ChocoChip - Cookie Manager
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
电子邮箱 [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:\/\/*\/*"
    ]
}