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 |
| 官方網址 | 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"
]
}
]
} | |