Telegrama
Share links in Telegram Web
Telegramaとは何ですか?
Telegramaはdobladovによって開発されたChromeの拡張機能で、その主な機能は「Share links in Telegram Web」です。
拡張機能のスクリーンショット
Telegrama拡張機能のCRXファイルをダウンロード
Telegrama拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Share links in Telegram Web, when you press the button, the URL of your current tab will be shared in Telegram Web with the possibility of selecting a contact. You can also use the keyboard shortcut Ctrl+Shift+B.
This extension is completely Open Source and available on Github, https://github.com/dobladov/telegrama
This extension never reads your contacts or content on Telegram, instead it only creates URL's to create new "share intents"
You can also Buy me a Coffee https://www.buymeacoffee.com/dobladov 拡張機能の基本情報
| 名前 | |
| ID | lienlbjnhlandehciggilekkfecmigil |
| 公式URL | https://chromewebstore.google.com/detail/telegrama/lienlbjnhlandehciggilekkfecmigil |
| 説明 | Share links in Telegram Web |
| ファイルサイズ | 8.21 KB |
| インストール数 | 297 |
| 現在のバージョン | 0.2.3 |
| 最終更新日 | 2018-09-10 |
| 公開日 | 2018-09-10 |
| 評価 | 4.00/5 合計 6 レビュー |
| 開発者 | dobladov |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/dobladov/Telegrama |
| ヘルプページのURL | https://github.com/dobladov/Telegrama/issues |
| 対応言語 | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "0.2.3",
"description": "__MSG_extensionDescription__",
"author": "Daniel Doblado",
"homepage_url": "https:\/\/github.com\/dobladov\/Telegrama",
"browser_action": {
"browser_style": true,
"default_icon": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png",
"48": "icons\/icon48.png"
},
"default_title": "__MSG_extensionAction__"
},
"icons": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png",
"48": "icons\/icon48.png"
},
"background": {
"scripts": [
"telegrama.js"
]
},
"permissions": [
"tabs",
"contextMenus"
],
"default_locale": "en",
"commands": {
"share": {
"suggested_key": {
"default": "Ctrl+Shift+B"
},
"description": "__MSG_extensionAction__"
}
}
} | |