Save To Phone
Save your links, text or images to Telegram messenger
Save To Phoneとは何ですか?
Save To Phoneはhttp://rphone.ruによって開発されたChromeの拡張機能で、その主な機能は「Save your links, text or images to Telegram messenger」です。
拡張機能のスクリーンショット
Save To Phone拡張機能のCRXファイルをダウンロード
Save To Phone拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save your links, text or images to Telegram messenger 拡張機能の基本情報
| 名前 | |
| ID | lolcgpohphbiaeianjmbbplibmneenhm |
| 公式URL | https://chrome.google.com/webstore/detail/save-to-phone/lolcgpohphbiaeianjmbbplibmneenhm |
| 説明 | Save your links, text or images to Telegram messenger |
| ファイルサイズ | 77.29 KB |
| インストール数 | 719 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2016-07-15 |
| 公開日 | 2016-07-15 |
| 評価 | 3.46/5 合計 13 レビュー |
| 開発者 | http://rphone.ru |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Test",
"background": {
"page": "background.html",
"persistent": true
},
"browser_action": {
"default_icon": "images\/icon128.png"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"js\/jquery2.min.js",
"js\/jquery.initialize.js"
],
"matches": [
"https:\/\/maps.yandex.ru\/*"
],
"run_at": "document_end"
}
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"default_locale": "en",
"description": "__MSG_extensionDescription__",
"icons": {
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"96": "images\/icon96.png",
"128": "images\/icon128.png"
},
"manifest_version": 2,
"name": "__MSG_extensionTitle__",
"permissions": [
"tabs",
"activeTab",
"storage",
"identity",
"contextMenus",
"webNavigation",
"https:\/\/api.telegram.org\/",
"*:\/\/*\/"
],
"short_name": "__MSG_extensionName__",
"version": "0.0.2"
} | |