Pinned History

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

Pinned Historyとは何ですか?

Pinned HistoryはKennyDaren.meによって開発されたChromeの拡張機能で、その主な機能は「Browse your surfed website history and pin your favorites via search phrases for easy access」です。

拡張機能のスクリーンショット

screenshot
screenshot

Pinned History拡張機能のCRXファイルをダウンロード

Pinned History拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Pinned History Pinned History
ID ifichafnngdnbgeingpbngicfahcijme
公式URL https://chromewebstore.google.com/detail/pinned-history/ifichafnngdnbgeingpbngicfahcijme
説明 Browse your surfed website history and pin your favorites via search phrases for easy access
ファイルサイズ 19.36 KB
インストール数 23
現在のバージョン 1.0
最終更新日 2019-06-02
公開日 2019-06-01
評価 5.00/5 合計 1 レビュー
開発者 KennyDaren.me
支払い方法 free
拡張機能のウェブサイト https://github.com/KennyDaren/chrome-pinned-history
ヘルプページのURL https://github.com/KennyDaren/chrome-pinned-history
対応言語 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"
    }
}