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
Pages Sharer on Socialとは何ですか?
Pages Sharer on SocialはAbhishek Sharmaによって開発されたChromeの拡張機能で、その主な機能は「This plugin allow to share a webpage on fb, twitter, share link on twitter, share selected text on twitter, share image on twitter」です。
拡張機能のスクリーンショット
Pages Sharer on Social拡張機能のCRXファイルをダウンロード
Pages Sharer on Social拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Pages Sharer on Social |
ID | hfadffifenbmocmbalegbpbdmgkocmop |
公式URL | https://chromewebstore.google.com/detail/pages-sharer-on-social/hfadffifenbmocmbalegbpbdmgkocmop |
説明 | This plugin allow to share a webpage on fb, twitter, share link on twitter, share selected text on twitter, share image on twitter |
ファイルサイズ | 35.42 KB |
インストール数 | 12 |
現在のバージョン | 1.0 |
最終更新日 | 2017-01-29 |
公開日 | 2017-01-29 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Abhishek Sharma |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |