No Cache
Ensure that you see your page without client and server caches
Vad är No Cache?
No Cache är en Chrome-tillägg utvecklad av Roman Hlushko, och dess huvudfunktion är "Ensure that you see your page without client and server caches".
Tilläggsskärmbilder
Ladda ner No Cache-förlängningens CRX-fil
Ladda ner No Cache-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
Take cache cleaning to the next level!
No Cache Extension helps to remove server FPC and browser caches by pushing one single button 🔥 Grundläggande Information om Tillägg
| Namn | |
| ID | imcbegkljmmdaacgnepdhpnlijgpcpbi |
| Officiell webbadress | https://chromewebstore.google.com/detail/no-cache/imcbegkljmmdaacgnepdhpnlijgpcpbi |
| Beskrivning | Ensure that you see your page without client and server caches |
| Filstorlek | 18.36 KB |
| Antal Installationer | 170 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2020-03-31 |
| Publiceringsdatum | 2020-03-31 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Roman Hlushko |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/roma-glushko/no-cache-extension |
| Hjälpsida URL | https://github.com/roma-glushko/no-cache-extension |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "No Cache",
"version": "1.0",
"description": "Ensure that you see your page without client and server caches",
"browser_action": {
"default_title": "No Cache!"
},
"icons": {
"120": "\/images\/icon-120.png"
},
"background": {
"scripts": [
"actions.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"browsingData",
"contextMenus"
]
} | |