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
官方網址 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"
    }
}