Copy Cyrilic URLs
Extension will copy URLs with cyrilic characters.
什么是Copy Cyrilic URLs?
Copy Cyrilic URLs是由Simandoff开发的Chrome扩展程序,该扩展的主要功能是“Extension will copy URLs with cyrilic characters.”。
下载Copy Cyrilic URLs扩展crx文件
下载Copy Cyrilic URLs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will allow you to copy the URL content of a tab without changing special characters, like Cyrillic chars or special encoded URL chars.
扩展基本信息
名称 | |
ID | alnknpnpinldhpkjkgobkalmoaeolhnf |
官方URL | https://chromewebstore.google.com/detail/copy-cyrilic-urls/alnknpnpinldhpkjkgobkalmoaeolhnf |
简介 | Extension will copy URLs with cyrilic characters. |
文件大小 | 9.27 KB |
安装次数 | 931 |
当前版本 | 1.0 |
更新时间 | 2013-05-21 |
上架时间 | 2013-05-21 |
评分 | 3.67/5 共18次评分 |
开发者 | Simandoff |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Cyrilic URLs", "version": "1.0", "manifest_version": 2, "description": "Extension will copy URLs with cyrilic characters.", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "copy-icon-16.png", "default_title": "Copy URL decoded. Will keep the cyrilic characters and special symbols as are.", "default_popup": "popup.html" }, "icons": { "16": "copy-icon-16.png", "24": "copy-icon-24.png", "32": "copy-icon-32.png", "48": "copy-icon-48.png", "128": "copy-icon-128.png" }, "permissions": [ "clipboardWrite", "tabs" ] } |