ChocoChip - Cookie Manager
Fast, easy-to-use cookie manager.
Cos'è ChocoChip - Cookie Manager?
ChocoChip - Cookie Manager è un'estensione di Chrome sviluppata da Yuji Kosuga, e la sua funzione principale è "Fast, easy-to-use cookie manager.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChocoChip - Cookie Manager
Scarica i file di estensione ChocoChip - Cookie Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | cdllihdpcibkhhkidaicoeeiammjkokm |
| URL Ufficiale | https://chromewebstore.google.com/detail/chocochip-cookie-manager/cdllihdpcibkhhkidaicoeeiammjkokm |
| Descrizione | Fast, easy-to-use cookie manager. |
| Dimensione del File | 689 KB |
| Conteggio Installazioni | 2,844 |
| Versione Corrente | 0.1.7 |
| Ultimo Aggiornamento | 2013-01-21 |
| Data di Pubblicazione | 2013-01-20 |
| Valutazione | 4.09/5 Totale 33 Valutazioni |
| Sviluppatore | Yuji Kosuga |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://chrome.google.com/webstore/detail/cdllihdpcibkhhkidaicoeeiammjkokm |
| URL della Pagina di Aiuto | https://chrome.google.com/webstore/detail/cdllihdpcibkhhkidaicoeeiammjkokm/reviews |
| Lingue Supportate | 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:\/\/*\/*"
]
} | |