Copy as AsciiDoc
Copy the page link as AsciiDoc.
什么是Copy as AsciiDoc?
Copy as AsciiDoc是由https://www.diguage.com开发的Chrome扩展程序,该扩展的主要功能是“Copy the page link as AsciiDoc.”。
扩展截图
下载Copy as AsciiDoc扩展crx文件
下载Copy as AsciiDoc扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Copy the current tab url and title in AsciiDoc link format.
For example, if my current tab page is https://www.google.com/, I click the icon, then I copy the content to the clipboard: https://www.google.com/[Google^].
The extension has only one icon with copy feature. I have to upload the screenshot of the extension. 扩展基本信息
| 名称 | |
| ID | kabphjofkinmakglobecmbgpbopknobc |
| 官方URL | https://chromewebstore.google.com/detail/copy-as-asciidoc/kabphjofkinmakglobecmbgpbopknobc |
| 简介 | Copy the page link as AsciiDoc. |
| 文件大小 | 470 KB |
| 安装次数 | 88 |
| 当前版本 | 0.1.5 |
| 更新时间 | 2023-11-23 |
| 上架时间 | 2020-06-27 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://www.diguage.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Copy as AsciiDoc",
"description": "Copy the page link as AsciiDoc.",
"version": "0.1.5",
"manifest_version": 2,
"minimum_chrome_version": "42.0",
"permissions": [
"*:\/\/*\/*",
"activeTab"
],
"background": {
"scripts": [
"copy-to-clipboard.js",
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "img\/icon_48.png",
"default_title": "Copy as AsciiDoc"
},
"icons": {
"16": "img\/icon_16.png",
"32": "img\/icon_32.png",
"36": "img\/icon_36.png",
"48": "img\/icon_48.png",
"57": "img\/icon_57.png",
"60": "img\/icon_60.png",
"72": "img\/icon_72.png",
"76": "img\/icon_76.png",
"96": "img\/icon_96.png",
"114": "img\/icon_114.png",
"120": "img\/icon_120.png",
"144": "img\/icon_144.png",
"152": "img\/icon_152.png",
"180": "img\/icon_180.png",
"192": "img\/icon_192.png"
},
"author": "D\u74dc\u54e5\uff08diguage\uff09",
"homepage_url": "http:\/\/www.diguage.com\/"
} | |