URL phrases appender
Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!
什么是URL phrases appender?
URL phrases appender是由meoke开发的Chrome扩展程序,该扩展的主要功能是“Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!”。
扩展截图
下载URL phrases appender扩展crx文件
下载URL phrases appender扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | mjbgamofkgedfapbfmfjglddgghdmhlm |
| 官方URL | https://chromewebstore.google.com/detail/url-phrases-appender/mjbgamofkgedfapbfmfjglddgghdmhlm |
| 简介 | Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click! |
| 文件大小 | 8.14 KB |
| 安装次数 | 76 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2016-05-25 |
| 上架时间 | 2016-05-25 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | meoke |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "URL phrases appender",
"description": "Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!",
"version": "1.0.2",
"options_page": "options.html",
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html",
"default_title": "URL phrases appender"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/",
"storage",
"tabs"
]
} | |