Share Tools
Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.
Share Toolsとは何ですか?
Share Toolsはhttps://browsernative.comによって開発されたChromeの拡張機能で、その主な機能は「Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.」です。
拡張機能のスクリーンショット
Share Tools拡張機能のCRXファイルをダウンロード
Share Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Supports many popular sites and services. You can easily add your favorite site.
Visit our homepage for details: https://browsernative.com/share-tools-extension/ 拡張機能の基本情報
| 名前 | |
| ID | pbbbcphofkjkmbadhjioamnnbphgeghd |
| 公式URL | https://chromewebstore.google.com/detail/share-tools/pbbbcphofkjkmbadhjioamnnbphgeghd |
| 説明 | Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site. |
| ファイルサイズ | 101 KB |
| インストール数 | 2,621 |
| 現在のバージョン | 0.0.19 |
| 最終更新日 | 2021-04-20 |
| 公開日 | 2020-04-18 |
| 評価 | 4.89/5 合計 18 レビュー |
| 開発者 | https://browsernative.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://browsernative.com/share-tools-extension/ |
| ヘルプページのURL | https://browsernative.com/share-tools-extension/ |
| プライバシーポリシーページのURL | https://browsernative.com/extensions-privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"\/js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "static\/icon128.png",
"default_title": "Share Tools",
"default_popup": "\/html\/popup.html"
},
"description": "Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.",
"homepage_url": "https:\/\/browsernative.com\/share-tools-extension\/",
"icons": {
"128": "static\/icon128.png",
"48": "static\/icon48.png"
},
"manifest_version": 2,
"name": "Share Tools",
"version": "0.0.19",
"permissions": [
"activeTab"
],
"options_ui": {
"page": "\/html\/options.html",
"open_in_tab": true
},
"web_accessible_resources": [
"html\/*.html"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+S"
}
}
}
} | |