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"
]
}
]
} | |