Post to Facebook
Post the link of the active tab to Facebook.
What is Post to Facebook?
Post to Facebook is a Chrome extension developed by KateXia, and its main feature is "Post the link of the active tab to Facebook.".
Extension Screenshots
Download Post to Facebook Extension CRX File
Download Post to Facebook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Click on the extension icon to post the browsing webpage to Facebook.
Extension Basic Information
Name | Post to Facebook |
ID | mldollebkbecdcdhgnomamidpdaibhcj |
Official URL | https://chromewebstore.google.com/detail/post-to-facebook/mldollebkbecdcdhgnomamidpdaibhcj |
Description | Post the link of the active tab to Facebook. |
File Size | 6.36 KB |
Installation Count | 93 |
Current Version | 1.0 |
Last Updated | 2017-09-24 |
Publish Date | 2017-09-24 |
Developer | KateXia |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Post to Facebook", "version": "1.0", "description": "Post the link of the active tab to Facebook.", "permissions": [ "tabs" ], "browser_action": { "default_title": "Show Tabs in this Process", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |