Awesome History Button
Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.
Hvad er Awesome History Button?
Awesome History Button er en Chrome-udvidelse udviklet af https://upway2late.com, og dens hovedfunktion er "Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.".
Udvidelsesskærmbilleder
Download Awesome History Button-udvidelses-CRX-fil
Download Awesome History Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        It is a shortcut button to open the Chrome history page.                     Grundlæggende oplysninger om udvidelsen
| Navn |  | 
| ID | cjifeclbknmlhapifaiaocfcbahinlji | 
| Officiel URL | https://chromewebstore.google.com/detail/awesome-history-button/cjifeclbknmlhapifaiaocfcbahinlji | 
| Beskrivelse | Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected. | 
| Filstørrelse | 35.42 KB | 
| Antal Installationer | 816 | 
| Nuværende Version | 1.2.0.0 | 
| Senest Opdateret | 2020-12-08 | 
| Udgivelsesdato | 2016-09-22 | 
| Bedømmelse | 4.67/5 Samlet 3 Bedømmelser | 
| Udvikler | https://upway2late.com | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | http://www.upway2late.com/projects/buttons-project | 
| Hjælpeside-URL | http://www.upway2late.com/projects/buttons-project | 
| URL til Fortrolighedspolitik Side | http://www.upway2late.com | 
| Understøttede Sprog | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome History Button",
    "version": "1.2.0.0",
    "description": "Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.",
    "icons": {
        "16": "history_16.png",
        "48": "history_48.png",
        "128": "history_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "history_19.png",
        "default_title": "Awesome History Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
} | |