Simple Share
Simply share your current tab by email, to your social networks or your Shaarli!
Simple Shareとは何ですか?
Simple ShareはNicolas Devenetによって開発されたChromeの拡張機能で、その主な機能は「Simply share your current tab by email, to your social networks or your Shaarli!」です。
拡張機能のスクリーンショット
Simple Share拡張機能のCRXファイルをダウンロード
Simple Share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add a “Simple Share” button to share your current tab to your social networks (Facebook, Twitter), to a friend by email or to your Shaarli. You can customize the extension to enable only services you want :) Use the Omnibox for directly share the page with the keyword “share”.
拡張機能の基本情報
名前 | Simple Share |
ID | dpojjbgadcmbpdkmlgjcmamefmcfliem |
公式URL | https://chromewebstore.google.com/detail/simple-share/dpojjbgadcmbpdkmlgjcmamefmcfliem |
説明 | Simply share your current tab by email, to your social networks or your Shaarli! |
ファイルサイズ | 21.59 KB |
インストール数 | 244 |
現在のバージョン | 1.1.0 |
最終更新日 | 2018-04-16 |
公開日 | 2018-04-16 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Nicolas Devenet |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Devenet/SimpleShare |
ヘルプページのURL | https://github.com/Devenet/SimpleShare/issues |
対応言語 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Share", "short_name": "Share", "version": "1.1.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "description": "__MSG_extension_description__", "browser_action": { "default_popup": "share.html", "default_icon": "images\/icon-19.png", "default_title": "__MSG_browser_action_title__" }, "background": { "persistent": false, "scripts": [ "scripts\/bg.js" ] }, "author": "Nicolas Devenet", "homepage_url": "https:\/\/github.com\/Devenet\/SimpleShare", "options_page": "options.html", "omnibox": { "keyword": "share" }, "permissions": [ "activeTab" ] } |