Share Button for Facebook™
Easily share web pages and links on Facebook. Unofficial Extension.
Share Button for Facebook™とは何ですか?
Share Button for Facebook™はBrowserNativeによって開発されたChromeの拡張機能で、その主な機能は「Easily share web pages and links on Facebook. Unofficial Extension.」です。
拡張機能のスクリーンショット
Share Button for Facebook™拡張機能のCRXファイルをダウンロード
Share Button for Facebook™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use extension's toolbar button or the keyboard shortcut Alt + S to quickly share the current web page on Facebook. After successful completion, the sharing popup window closes automatically. Moreover, You can right click on any link or image, and select the "Share on Facebook" option to easily share that on Facebook. By default it opens in a popup window but, you can set it to open in a new tab. Any feedback or suggestion? Send via email at [email protected], or visit homepage: https://browsernative.com/facebook-share-button/ Not affiliated with or created by Facebook. Extension by BrowserNative.
拡張機能の基本情報
名前 | Share Button for Facebook™ |
ID | mfhbjcpbgeeoefooikceflkjappkjfbm |
公式URL | https://chromewebstore.google.com/detail/share-button-for-facebook/mfhbjcpbgeeoefooikceflkjappkjfbm |
説明 | Easily share web pages and links on Facebook. Unofficial Extension. |
ファイルサイズ | 13.13 KB |
インストール数 | 6,732 |
現在のバージョン | 0.10 |
最終更新日 | 2020-03-13 |
公開日 | 2020-03-11 |
評価 | 4.21/5 合計 42 レビュー |
開発者 | BrowserNative |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://browsernative.com/facebook-share-button/ |
ヘルプページのURL | https://browsernative.com/facebook-share-button/ |
プライバシーポリシーページのURL | https://browsernative.com/extensions-privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "static\/icon-128.png", "default_title": "Share on Facebook" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+S" } } }, "description": "Easily share web pages and links on Facebook. Unofficial Extension.", "homepage_url": "https:\/\/browsernative.com\/facebook-share-button\/", "icons": { "128": "static\/icon-128.png", "48": "static\/icon-48.png" }, "manifest_version": 2, "name": "Share Button for Facebook\u2122", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "contextMenus", "activeTab" ], "version": "0.10" } |