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 |
| 电子邮箱 | [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"
} | |