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 |
| 公式URL | 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 |
| Eメール | [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"
} | |