ChocoChip - Cookie Manager
Fast, easy-to-use cookie manager.
Wat is ChocoChip - Cookie Manager?
ChocoChip - Cookie Manager is een Chrome-extensie ontwikkeld door Yuji Kosuga, en de belangrijkste functie is "Fast, easy-to-use cookie manager.".
Extensie Screenshots
Download het CRX-bestand van de extensie ChocoChip - Cookie Manager
Download ChocoChip - Cookie Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | cdllihdpcibkhhkidaicoeeiammjkokm |
| Officiële URL | https://chromewebstore.google.com/detail/chocochip-cookie-manager/cdllihdpcibkhhkidaicoeeiammjkokm |
| Beschrijving | Fast, easy-to-use cookie manager. |
| Bestandsgrootte | 689 KB |
| Aantal Installaties | 2,844 |
| Huidige Versie | 0.1.7 |
| Laatst Bijgewerkt | 2013-01-21 |
| Publicatiedatum | 2013-01-20 |
| Beoordeling | 4.09/5 Totaal 33 Beoordelingen |
| Ontwikkelaar | Yuji Kosuga |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://chrome.google.com/webstore/detail/cdllihdpcibkhhkidaicoeeiammjkokm |
| Help Pagina-URL | https://chrome.google.com/webstore/detail/cdllihdpcibkhhkidaicoeeiammjkokm/reviews |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |