Pinned History

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

Co je Pinned History?

Pinned History je rozšíření Chrome vyvinuté KennyDaren.me, a jeho hlavní funkcí je „Browse your surfed website history and pin your favorites via search phrases for easy access“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Pinned History

Stáhněte si soubory rozšíření Pinned History ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Pinned History Pinned History
ID ifichafnngdnbgeingpbngicfahcijme
Oficiální URL https://chromewebstore.google.com/detail/pinned-history/ifichafnngdnbgeingpbngicfahcijme
Popis Browse your surfed website history and pin your favorites via search phrases for easy access
Velikost souboru 19.36 KB
Počet instalací 23
Aktuální Verze 1.0
Poslední Aktualizace 2019-06-02
Datum Vydání 2019-06-01
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář KennyDaren.me
Typ Platby free
Webové stránky Rozšíření https://github.com/KennyDaren/chrome-pinned-history
URL Stránky Nápovědy https://github.com/KennyDaren/chrome-pinned-history
Podporované Jazyky 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"
    }
}