Easy Link Share
Share web links which you browse, in social network
Easy Link Shareとは何ですか?
Easy Link ShareはKarthikeyan Sによって開発されたChromeの拡張機能で、その主な機能は「Share web links which you browse, in social network」です。
拡張機能のスクリーンショット
Easy Link Share拡張機能のCRXファイルをダウンロード
Easy Link Share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
For some of the web pages, share buttons may be missing; in that case, it is cumbersome to share the page. This little extension just helps to share any of the web pages. On top of that, this little extension, wouldn't collect users data or browsing data in the backend.
拡張機能の基本情報
名前 | Easy Link Share |
ID | hakifdnhlnognadcclbelgmfijhogcnn |
公式URL | https://chromewebstore.google.com/detail/easy-link-share/hakifdnhlnognadcclbelgmfijhogcnn |
説明 | Share web links which you browse, in social network |
ファイルサイズ | 116 KB |
インストール数 | 117 |
現在のバージョン | 0.1 |
最終更新日 | 2015-05-14 |
公開日 | 2015-05-14 |
評価 | 4.63/5 合計 8 レビュー |
開発者 | Karthikeyan S |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Link Share", "short_name": "Link Share", "description": "Share web links which you browse, in social network", "version": "0.1", "icons": { "128": "icon.png" }, "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "js\/vendor\/angular.min.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "tab.html" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |