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.
Was ist Awesome History Button?
Awesome History Button ist eine Chrome-Erweiterung, die von https://upway2late.com entwickelt wurde, und ihr Hauptmerkmal ist "Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.".
Erweiterungsscreenshots
Awesome History Button-Erweiterungs-CRX-Datei herunterladen
Laden Sie Awesome History Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        It is a shortcut button to open the Chrome history page.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | cjifeclbknmlhapifaiaocfcbahinlji | 
| Offizielle URL | https://chromewebstore.google.com/detail/awesome-history-button/cjifeclbknmlhapifaiaocfcbahinlji | 
| Beschreibung | Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected. | 
| Dateigröße | 35.42 KB | 
| Installationsanzahl | 816 | 
| Aktuelle Version | 1.2.0.0 | 
| Letztes Update | 2020-12-08 | 
| Veröffentlichungsdatum | 2016-09-22 | 
| Bewertung | 4.67/5 Insgesamt 3 Bewertungen | 
| Entwickler | https://upway2late.com | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | http://www.upway2late.com/projects/buttons-project | 
| Hilfeseite URL | http://www.upway2late.com/projects/buttons-project | 
| URL der Datenschutzrichtlinien-Seite | http://www.upway2late.com | 
| Unterstützte Sprachen | 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
}  |  |