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.

Qu'est-ce que Awesome History Button ?

Awesome History Button est une extension Chrome développée par https://upway2late.com, et sa fonction principale est "Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Awesome History Button

Téléchargez les fichiers d'extension Awesome History Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        It is a shortcut button to open the Chrome history page.                    

Informations de Base sur l'Extension

Nom Awesome History Button Awesome History Button
ID cjifeclbknmlhapifaiaocfcbahinlji
URL Officiel https://chromewebstore.google.com/detail/awesome-history-button/cjifeclbknmlhapifaiaocfcbahinlji
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.
Taille du Fichier 35.42 KB
Nombre d'Installations 816
Version Actuelle 1.2.0.0
Dernière Mise à Jour 2020-12-08
Date de Publication 2016-09-22
Évaluation 4.67/5 Total 3 Évaluations
Développeur https://upway2late.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.upway2late.com/projects/buttons-project
URL de la Page d'Aide http://www.upway2late.com/projects/buttons-project
URL de la Page de Politique de Confidentialité http://www.upway2late.com
Langues Prises en Charge 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
}