Telemark
Bookmark your tabs in Telegram!
Telemarkとは何ですか?
Telemarkはmahdyar.meによって開発されたChromeの拡張機能で、その主な機能は「Bookmark your tabs in Telegram!」です。
拡張機能のスクリーンショット
Telemark拡張機能のCRXファイルをダウンロード
Telemark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Telemark lets you bookmark your tabs in Telegram! A dream that came true! If you save the links that you are interested in, in saved messages on Telegram, and copy/paste them, this extension will come handy to you. because it'll do the same, just with a single click! 拡張機能の基本情報
| 名前 | |
| ID | pfpelimafhpcfmngnaafnndojnankolc |
| 公式URL | https://chromewebstore.google.com/detail/telemark/pfpelimafhpcfmngnaafnndojnankolc |
| 説明 | Bookmark your tabs in Telegram! |
| ファイルサイズ | 168 KB |
| インストール数 | 31 |
| 現在のバージョン | 1.6 |
| 最終更新日 | 2021-08-11 |
| 公開日 | 2021-03-04 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | mahdyar.me |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/mahdyar/telemark |
| ヘルプページのURL | https://github.com/mahdyar/telemark/issues |
| プライバシーポリシーページのURL | https://blog.mahdyar.me/extensions-privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Telemark",
"version": "1.6",
"description": "Bookmark your tabs in Telegram!",
"browser_action": {
"default_popup": "popup\/index.html",
"default_icon": {
"16": "images\/telemark_16.png",
"32": "images\/telemark_32.png",
"48": "images\/telemark_48.png",
"128": "images\/telemark_128.png"
}
},
"commands": {
"send-to-telegram": {
"suggested_key": {
"default": "Ctrl+Shift+K",
"mac": "Command+Shift+K"
},
"description": "Send to Telegram."
}
},
"icons": {
"16": "images\/telemark_16.png",
"32": "images\/telemark_32.png",
"48": "images\/telemark_48.png",
"128": "images\/telemark_128.png"
},
"background": {
"scripts": [
"script\/jquery.js",
"script\/functions.js",
"script\/background.js"
]
},
"permissions": [
"storage",
"tabs",
"contextMenus",
"clipboardRead",
"https:\/\/api.tgmark.ir\/*"
],
"manifest_version": 2
} | |