Pages Sharer on Social
This plugin allow to share a webpage on fb, twitter, share link on twitter, share selected text on twitter, share image on twitter
What is Pages Sharer on Social?
Pages Sharer on Social is a Chrome extension developed by Abhishek Sharma, and its main feature is "This plugin allow to share a webpage on fb, twitter, share link on twitter, share selected text on twitter, share image on twitter".
Extension Screenshots
Download Pages Sharer on Social Extension CRX File
Download Pages Sharer on Social 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
From this you can able to share any link on twitter, share any image on facebook, share any page on facebook or twitter easily by right click on site or on any link or on any image.
Extension Basic Information
Name | Pages Sharer on Social |
ID | hfadffifenbmocmbalegbpbdmgkocmop |
Official URL | https://chromewebstore.google.com/detail/pages-sharer-on-social/hfadffifenbmocmbalegbpbdmgkocmop |
Description | This plugin allow to share a webpage on fb, twitter, share link on twitter, share selected text on twitter, share image on twitter |
File Size | 35.42 KB |
Installation Count | 12 |
Current Version | 1.0 |
Last Updated | 2017-01-29 |
Publish Date | 2017-01-29 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Abhishek Sharma |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pages Sharer on Social", "description": "This plugin allow to share a webpage on fb, twitter, share link on twitter, share selected text on twitter, share image on twitter", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery.js", "myscript.js" ] } ], "web_accessible_resources": [ "toolbar.html" ], "icons": { "16": "icon.png", "128": "icon.png", "48": "icon.png", "64": "icon.png" } } |