ChocoChip - Cookie Manager
Fast, easy-to-use cookie manager.
Vad är ChocoChip - Cookie Manager?
ChocoChip - Cookie Manager är en Chrome-tillägg utvecklad av Yuji Kosuga, och dess huvudfunktion är "Fast, easy-to-use cookie manager.".
Tilläggsskärmbilder
Ladda ner ChocoChip - Cookie Manager-förlängningens CRX-fil
Ladda ner ChocoChip - Cookie Manager-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | cdllihdpcibkhhkidaicoeeiammjkokm |
| Officiell webbadress | https://chromewebstore.google.com/detail/chocochip-cookie-manager/cdllihdpcibkhhkidaicoeeiammjkokm |
| Beskrivning | Fast, easy-to-use cookie manager. |
| Filstorlek | 689 KB |
| Antal Installationer | 2,844 |
| Aktuell Version | 0.1.7 |
| Senast Uppdaterad | 2013-01-21 |
| Publiceringsdatum | 2013-01-20 |
| Betyg | 4.09/5 Totalt 33 Betyg |
| Utvecklare | Yuji Kosuga |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://chrome.google.com/webstore/detail/cdllihdpcibkhhkidaicoeeiammjkokm |
| Hjälpsida URL | https://chrome.google.com/webstore/detail/cdllihdpcibkhhkidaicoeeiammjkokm/reviews |
| Stödda Språk | 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:\/\/*\/*"
]
} | |