Add URL to History
Adds a linkbase to the browser history
什么是Add URL to History?
Add URL to History是由https://maksam07.com开发的Chrome扩展程序,该扩展的主要功能是“Adds a linkbase to the browser history”。
扩展截图
下载Add URL to History扩展crx文件
下载Add URL to History扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Plugin to easily add your linkbase to browser history.
This can be useful if you want certain links to be marked as viewed. 扩展基本信息
| 名称 | |
| ID | nhofggendgdcagphebkpikaimhllapib |
| 官方URL | https://chromewebstore.google.com/detail/add-url-to-history/nhofggendgdcagphebkpikaimhllapib |
| 简介 | Adds a linkbase to the browser history |
| 文件大小 | 1.31 MB |
| 安装次数 | 49 |
| 当前版本 | 0.0.0.1 |
| 更新时间 | 2022-01-18 |
| 上架时间 | 2022-01-18 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | https://maksam07.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"static\/js\/config.js"
],
"persistent": true
},
"browser_action": {
"default_title": "__MSG_defTitle__",
"default_icon": {
"16": "static\/images\/icon16.png",
"24": "static\/images\/icon24.png",
"32": "static\/images\/icon32.png"
},
"default_popup": "popup.html"
},
"default_locale": "en",
"description": "__MSG_extDescr__",
"icons": {
"16": "static\/images\/icon16.png",
"48": "static\/images\/icon48.png",
"128": "static\/images\/icon128.png"
},
"manifest_version": 2,
"name": "__MSG_extName__",
"permissions": [
"history"
],
"version": "0.0.0.1"
} | |