Pinned History

Browse your surfed website history and pin your favorites via search phrases for easy access

What is Pinned History?

Pinned History is a Chrome extension developed by KennyDaren.me, and its main feature is "Browse your surfed website history and pin your favorites via search phrases for easy access".

Extension Screenshots

screenshot
screenshot

Download Pinned History Extension CRX File

Download Pinned History extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Pinned History Pinned History
ID ifichafnngdnbgeingpbngicfahcijme
Official URL https://chromewebstore.google.com/detail/pinned-history/ifichafnngdnbgeingpbngicfahcijme
Description Browse your surfed website history and pin your favorites via search phrases for easy access
File Size 19.36 KB
Installation Count 23
Current Version 1.0
Last Updated 2019-06-02
Publish Date 2019-06-01
Rating 5.00/5 Total 1 Ratings
Developer KennyDaren.me
Payment Type free
Extension Website https://github.com/KennyDaren/chrome-pinned-history
Help Page URL https://github.com/KennyDaren/chrome-pinned-history
Supported Languages 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"
    }
}