Share on Twitter
Share current tab, links and selected text on Twitter.
Share on Twitterとは何ですか?
Share on Twitterはhttps://browsernative.comによって開発されたChromeの拡張機能で、その主な機能は「Share current tab, links and selected text on Twitter.」です。
拡張機能のスクリーンショット
Share on Twitter拡張機能のCRXファイルをダウンロード
Share on Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use the toolbar button, keyboard shortcut (alt + t) or the context menu (right click menu) options to share current tab, links and selected text on twitter.com.
Extension by BrowserNative. Not affiliated with or created by Twitter. 拡張機能の基本情報
| 名前 | |
| ID | gkjgmeeoldebbdoehhngapnlfmdbmiie |
| 公式URL | https://chromewebstore.google.com/detail/share-on-twitter/gkjgmeeoldebbdoehhngapnlfmdbmiie |
| 説明 | Share current tab, links and selected text on Twitter. |
| ファイルサイズ | 13.29 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 2.1.2 |
| 最終更新日 | 2020-03-15 |
| 公開日 | 2020-03-13 |
| 評価 | 4.37/5 合計 116 レビュー |
| 開発者 | https://browsernative.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://browsernative.com/share-on-twitter/ |
| ヘルプページのURL | https://browsernative.com/share-on-twitter/ |
| プライバシーポリシーページのURL | https://browsernative.com/extensions-privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "static\/128.png",
"default_title": "Share on Twitter"
},
"description": "Share current tab, links and selected text on Twitter.",
"homepage_url": "https:\/\/browsernative.com\/share-on-twitter\/",
"icons": {
"128": "static\/128.png",
"16": "static\/16.png",
"32": "static\/32.png",
"48": "static\/48.png"
},
"manifest_version": 2,
"name": "Share on Twitter",
"permissions": [
"contextMenus",
"activeTab"
],
"version": "2.1.2",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+T"
}
}
}
} | |