Pinned History
Browse your surfed website history and pin your favorites via search phrases for easy access
Wat is Pinned History?
Pinned History is een Chrome-extensie ontwikkeld door KennyDaren.me, en de belangrijkste functie is "Browse your surfed website history and pin your favorites via search phrases for easy access".
Extensie Screenshots
Download het CRX-bestand van de extensie Pinned History
Download Pinned History-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Pinned History |
ID | ifichafnngdnbgeingpbngicfahcijme |
Officiële URL | https://chromewebstore.google.com/detail/pinned-history/ifichafnngdnbgeingpbngicfahcijme |
Beschrijving | Browse your surfed website history and pin your favorites via search phrases for easy access |
Bestandsgrootte | 19.36 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-06-02 |
Publicatiedatum | 2019-06-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | KennyDaren.me |
Betalingswijze | free |
Extensiewebsite | https://github.com/KennyDaren/chrome-pinned-history |
Help Pagina-URL | https://github.com/KennyDaren/chrome-pinned-history |
Ondersteunde Talen | 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" } } |