Pinned History
Browse your surfed website history and pin your favorites via search phrases for easy access
Cos'è Pinned History?
Pinned History è un'estensione di Chrome sviluppata da KennyDaren.me, e la sua funzione principale è "Browse your surfed website history and pin your favorites via search phrases for easy access".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pinned History
Scarica i file di estensione Pinned History in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Simply add your phrases for searching and quickly view your history. Is it safe? Yes, it is. This extension only access your browser history for show in extension window, your history is safe and is NOT shared anywhere. This extension is made as Open Source Software, anyone can see source code.
Informazioni di Base sull'Estensione
Nome | Pinned History |
ID | ifichafnngdnbgeingpbngicfahcijme |
URL Ufficiale | https://chromewebstore.google.com/detail/pinned-history/ifichafnngdnbgeingpbngicfahcijme |
Descrizione | Browse your surfed website history and pin your favorites via search phrases for easy access |
Dimensione del File | 19.36 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-06-02 |
Data di Pubblicazione | 2019-06-01 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | KennyDaren.me |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/KennyDaren/chrome-pinned-history |
URL della Pagina di Aiuto | https://github.com/KennyDaren/chrome-pinned-history |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinned History", "version": "1.0", "permissions": [ "storage", "history" ], "description": "Browse your surfed website history and pin your favorites via search phrases for easy access", "manifest_version": 2, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } } |