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 |
官方網址 | 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" } |