Save To Phone
Save your links, text or images to Telegram messenger
Vad är Save To Phone?
Save To Phone är en Chrome-tillägg utvecklad av http://rphone.ru, och dess huvudfunktion är "Save your links, text or images to Telegram messenger".
Tilläggsskärmbilder
Ladda ner Save To Phone-förlängningens CRX-fil
Ladda ner Save To Phone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Save your links, text or images to Telegram messenger
Grundläggande Information om Tillägg
Namn | |
ID | lolcgpohphbiaeianjmbbplibmneenhm |
Officiell webbadress | https://chrome.google.com/webstore/detail/save-to-phone/lolcgpohphbiaeianjmbbplibmneenhm |
Beskrivning | Save your links, text or images to Telegram messenger |
Filstorlek | 77.29 KB |
Antal Installationer | 719 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2016-07-15 |
Publiceringsdatum | 2016-07-15 |
Betyg | 3.46/5 Totalt 13 Betyg |
Utvecklare | http://rphone.ru |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |