Social Media Helper
This extension helps social media editors with common tasks.
什麼是Social Media Helper?
Social Media Helper是由https://wunder.work開發的Chrome擴展程式,該擴展的主要功能是“This extension helps social media editors with common tasks.”。
擴展截圖
下載Social Media Helper擴展crx文件
下載Social Media Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this plugin you can easily:
• Set default UTM values and add them to any link with 1 click
• Debug any website in Facebooks OG:debugger with 1 click
• Get the OG:image of the current website
• Share selected text as a quote on Facebook
• Switch between the regular website and its AMP version
More options coming soon. 擴展基本資訊
| 名稱 | |
| ID | lhnfjfmdmifdabfpdkfpnjkolafogapo |
| 官方網址 | https://chromewebstore.google.com/detail/social-media-helper/lhnfjfmdmifdabfpdkfpnjkolafogapo |
| 簡介 | This extension helps social media editors with common tasks. |
| 檔案大小 | 41.12 KB |
| 安裝次數 | 212 |
| 目前版本 | 0.560 |
| 更新時間 | 2018-08-31 |
| 上架時間 | 2018-08-31 |
| 評分 | 3.67/5 共 3 次評分 |
| 開發者 | https://wunder.work |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://twitter.com/tibor |
| 支援的語言 | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Social Media Helper",
"short_name": "Social Helper",
"description": "This extension helps social media editors with common tasks.",
"version": "0.560",
"author": "Tibor Martini",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"96": "icon-96.png",
"128": "icon-128.png"
},
"browser_action": {
"browser_style": true,
"default_icon": {
"16": "icon-16.png",
"32": "icon-32.png"
},
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"activeTab",
"storage"
],
"default_locale": "en"
} | |