Save To Phone
Save your links, text or images to Telegram messenger
Cos'è Save To Phone?
Save To Phone è un'estensione di Chrome sviluppata da http://rphone.ru, e la sua funzione principale è "Save your links, text or images to Telegram messenger".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Save To Phone
Scarica i file di estensione Save To Phone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Save your links, text or images to Telegram messenger Informazioni di Base sull'Estensione
| Nome | |
| ID | lolcgpohphbiaeianjmbbplibmneenhm |
| URL Ufficiale | https://chrome.google.com/webstore/detail/save-to-phone/lolcgpohphbiaeianjmbbplibmneenhm |
| Descrizione | Save your links, text or images to Telegram messenger |
| Dimensione del File | 77.29 KB |
| Conteggio Installazioni | 719 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2016-07-15 |
| Data di Pubblicazione | 2016-07-15 |
| Valutazione | 3.46/5 Totale 13 Valutazioni |
| Sviluppatore | http://rphone.ru |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |