clickembed link
Shortens URL and adds call to action to link
什么是clickembed link?
clickembed link是由Rob开发的Chrome扩展程序,该扩展的主要功能是“Shortens URL and adds call to action to link”。
扩展截图
下载clickembed link扩展crx文件
下载clickembed link扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shorten any URL & Add Call To Action
扩展基本信息
名称 | |
ID | hfgijnneaoeacidipikfdbecamkolcfb |
官方URL | https://chrome.google.com/webstore/detail/clickembed-link/hfgijnneaoeacidipikfdbecamkolcfb |
简介 | Shortens URL and adds call to action to link |
文件大小 | 218 KB |
安装次数 | 122 |
当前版本 | 2.0.4 |
更新时间 | 2019-06-06 |
上架时间 | 2019-06-06 |
开发者 | Rob |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "clickembed link", "short_name": "clickembed", "version": "2.0.4", "description": "Shortens URL and adds call to action to link", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "permissions": [ "storage", "cookies", "tabs", "activeTab", "*:\/\/*.jvzoo.com\/*", "*:\/\/*.warriorplus.com\/*", "*:\/\/*.emcodeweb.com\/*", "*:\/\/*.clii.xyz\/*" ], "browser_action": { "default_title": "Url Shortner & AddCTA", "default_icon": "icons\/icon-48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "j.js", "bt.js", "main.js" ] }, "web_accessible_resources": [ "options.html" ], "content_scripts": [ { "matches": [ "*:\/\/*.warriorplus.com\/*", "*:\/\/*.warriorplus.com\/o\/view\/*" ], "js": [ "popup.js" ] } ] } |