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 |
| 官方網址 | 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:\/\/*\/*"
]
} | |