Copy Page URL
Copy Page URL from context menu or toolbar
什么是Copy Page URL?
Copy Page URL是由alex7kom开发的Chrome扩展程序,该扩展的主要功能是“Copy Page URL from context menu or toolbar”。
扩展截图
下载Copy Page URL扩展crx文件
下载Copy Page URL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Copy Page URL from the context menu or by clicking on the toolbar icon.
扩展基本信息
名称 | |
ID | dobnehimlklapeengfdlhdkpijhjdkag |
官方URL | https://chrome.google.com/webstore/detail/copy-page-url/dobnehimlklapeengfdlhdkpijhjdkag |
简介 | Copy Page URL from context menu or toolbar |
文件大小 | 23.37 KB |
安装次数 | 1,105 |
当前版本 | 0.7 |
更新时间 | 2020-11-20 |
上架时间 | 2020-01-19 |
评分 | 4.67/5 共12次评分 |
开发者 | alex7kom |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/alex7kom/Copy-Page-URL |
隐私政策页面URL | https://github.com/alex7kom/Copy-Page-URL/blob/master/PRIVACY_POLICY.md |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Page URL", "description": "Copy Page URL from context menu or toolbar", "version": "0.7", "permissions": [ "activeTab", "clipboardWrite", "contextMenus", "storage" ], "icons": { "16": "copy_black_16.png", "128": "copy_black_128.png" }, "browser_action": [], "background": { "scripts": [ "defaults.js", "bg.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "manifest_version": 2 } |