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”。
扩展截图
下载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 |
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" } } |