Copy WordPress Edit links
Copy WordPress Edit links
什么是Copy WordPress Edit links?
Copy WordPress Edit links是由DevBytes开发的Chrome扩展程序,该扩展的主要功能是“Copy WordPress Edit links”。
下载Copy WordPress Edit links扩展crx文件
下载Copy WordPress Edit links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Copy all links from wordpress posts page. 扩展基本信息
| 名称 | |
| ID | gmpmnomnfkfmoihfddiclaeoacckmdik |
| 官方URL | https://chromewebstore.google.com/detail/copy-wordpress-edit-links/gmpmnomnfkfmoihfddiclaeoacckmdik |
| 简介 | Copy WordPress Edit links |
| 文件大小 | 28.72 KB |
| 安装次数 | 22 |
| 当前版本 | 1.0 |
| 更新时间 | 2016-03-15 |
| 上架时间 | 2016-03-15 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | DevBytes |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Copy WordPress Edit links",
"description": "Copy WordPress Edit links",
"version": "1.0",
"icons": {
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"href.js"
]
}
],
"permissions": [
"tabs",
"activeTab",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_title": "Copy WordPress Edit links",
"default_icon": "128.png",
"default_popup": "popup.html"
}
} | |