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
Co je Pages Sharer on Social?
Pages Sharer on Social je rozšíření Chrome vyvinuté Abhishek Sharma, a jeho hlavní funkcí je „This plugin allow to share a webpage on fb, twitter, share link on twitter, share selected text on twitter, share image on twitter“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Pages Sharer on Social
Stáhněte si soubory rozšíření Pages Sharer on Social ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Pages Sharer on Social |
ID | hfadffifenbmocmbalegbpbdmgkocmop |
Oficiální URL | https://chromewebstore.google.com/detail/pages-sharer-on-social/hfadffifenbmocmbalegbpbdmgkocmop |
Popis | This plugin allow to share a webpage on fb, twitter, share link on twitter, share selected text on twitter, share image on twitter |
Velikost souboru | 35.42 KB |
Počet instalací | 12 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-01-29 |
Datum Vydání | 2017-01-29 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Abhishek Sharma |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |