WayBack Chrome
View older versions of the current webpage
Vad är WayBack Chrome?
WayBack Chrome är en Chrome-tillägg utvecklad av Fisix, och dess huvudfunktion är "View older versions of the current webpage".
Tilläggsskärmbilder
Ladda ner WayBack Chrome-förlängningens CRX-fil
Ladda ner WayBack Chrome-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
WayBack Chrome allows you to view older versions of current websites. To use the app, simply click on the icon while visiting a site and select a date. Grundläggande Information om Tillägg
| Namn | |
| ID | phabfadigilgfagiclfpjnjljedbjclf |
| Officiell webbadress | https://chromewebstore.google.com/detail/wayback-chrome/phabfadigilgfagiclfpjnjljedbjclf |
| Beskrivning | View older versions of the current webpage |
| Filstorlek | 16.04 KB |
| Antal Installationer | 4,282 |
| Aktuell Version | 1.9 |
| Senast Uppdaterad | 2015-01-09 |
| Publiceringsdatum | 2015-01-09 |
| Betyg | 4.50/5 Totalt 22 Betyg |
| Utvecklare | Fisix |
| Betalningssätt | free |
| Tilläggswebbplats | http://mmkdigital.com |
| Stödda Språk | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WayBack Chrome",
"version": "1.9",
"manifest_version": 2,
"description": "View older versions of the current webpage",
"background": {
"scripts": [
"main.js"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon128.png"
},
"permissions": [
"tabs"
]
} | |