Pinned History
Browse your surfed website history and pin your favorites via search phrases for easy access
Vad är Pinned History?
Pinned History är en Chrome-tillägg utvecklad av KennyDaren.me, och dess huvudfunktion är "Browse your surfed website history and pin your favorites via search phrases for easy access".
Tilläggsskärmbilder
Ladda ner Pinned History-förlängningens CRX-fil
Ladda ner Pinned History-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Pinned History |
ID | ifichafnngdnbgeingpbngicfahcijme |
Officiell webbadress | https://chromewebstore.google.com/detail/pinned-history/ifichafnngdnbgeingpbngicfahcijme |
Beskrivning | Browse your surfed website history and pin your favorites via search phrases for easy access |
Filstorlek | 19.36 KB |
Antal Installationer | 23 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-06-02 |
Publiceringsdatum | 2019-06-01 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | KennyDaren.me |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/KennyDaren/chrome-pinned-history |
Hjälpsida URL | https://github.com/KennyDaren/chrome-pinned-history |
Stödda Språk | 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" } } |